X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fserial_core.h;h=7f2c99d66e9d697203a72ec4f965459495f4bb63;hb=3334500b460a5eede2e3466ca97a90fe3b91ceb5;hp=aa2653a159f4332e25b8e0b0da0b78b4be68019f;hpb=9fa0853a85a3a4067e4ad0aaa5d90984c2dd21b5;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;