X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fserial_core.h;h=a8187c3c8a7b0606d4358ba392997011ea73d04c;hb=1e6c9c2878c9c1f301449c78551e0b7c5f3e3ae5;hp=9d257923068924cf8e385e9b3127c7b12835b482;hpb=55725495f2175d0be2a5ed4135c2ea298b470001;p=linux-2.6 diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 9d25792306..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 @@ -211,6 +217,7 @@ struct uart_port { #define UPIO_HUB6 (1) #define UPIO_MEM (2) #define UPIO_MEM32 (3) +#define UPIO_AU (4) /* Au1x00 type IO */ unsigned int read_status_mask; /* driver specific */ unsigned int ignore_status_mask; /* driver specific */