X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fserial_core.h;h=a8187c3c8a7b0606d4358ba392997011ea73d04c;hb=1e6c9c2878c9c1f301449c78551e0b7c5f3e3ae5;hp=a3ac92b19acac8267ff5ec922e1bdfccd2b9ca06;hpb=3b621ee5df437d3f332a635ab6421aaa61a7dc2b;p=linux-2.6 diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index a3ac92b19a..a8187c3c8a 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -67,6 +67,9 @@ /* Parisc type numbers. */ #define PORT_MUX 48 +/* Atmel AT91RM9200 SoC */ +#define PORT_AT91RM9200 49 + /* Macintosh Zilog type numbers */ #define PORT_MAC_ZILOG 50 /* m68k : not yet implemented */ #define PORT_PMAC_ZILOG 51 @@ -121,6 +124,9 @@ #define PORT_IP3106 70 +/* Hilscher netx */ +#define PORT_NETX 71 + #ifdef __KERNEL__ #include