X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fserial_core.h;h=7f2c99d66e9d697203a72ec4f965459495f4bb63;hb=c4d36a822e7c51cd6ffcf9133854d5e32489d269;hp=aa2653a159f4332e25b8e0b0da0b78b4be68019f;hpb=5f757f91e70a97eda8f0cc13bddc853209b2d173;p=linux-2.6 diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index aa2653a159..7f2c99d66e 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -139,6 +139,10 @@ /* Blackfin bf5xx */ #define PORT_BFIN 75 +/* Micrel KS8695 */ +#define PORT_KS8695 76 + + #ifdef __KERNEL__ #include @@ -148,6 +152,7 @@ #include #include #include +#include struct uart_port; struct uart_info;