X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fserial_8250.h;h=8e9681413726bc5db22b6ffb031870f8bf3e91bf;hb=01bf466e1866feeb7fce0319cbafe0166e29f5e4;hp=cee302aefdb71b3efcbd8027af9a68b79189ddee;hpb=383f9749505cef0a30dbd7109db7fe469aa64753;p=powerpc.git diff --git a/include/linux/serial_8250.h b/include/linux/serial_8250.h index cee302aefd..8e96814137 100644 --- a/include/linux/serial_8250.h +++ b/include/linux/serial_8250.h @@ -26,7 +26,7 @@ struct plat_serial8250_port { unsigned char regshift; /* register shift */ unsigned char iotype; /* UPIO_* */ unsigned char hub6; - unsigned int flags; /* UPF_* flags */ + upf_t flags; /* UPF_* flags */ }; /* @@ -37,6 +37,7 @@ enum { PLAT8250_DEV_LEGACY = -1, PLAT8250_DEV_PLATFORM, PLAT8250_DEV_PLATFORM1, + PLAT8250_DEV_PLATFORM2, PLAT8250_DEV_FOURPORT, PLAT8250_DEV_ACCENT, PLAT8250_DEV_BOCA,