2 * A really private header file for the (dumb) serial driver in arch/ppc/boot
4 * Shamelessly taken from include/linux/serialP.h:
6 * Copyright (C) 1997 by Theodore Ts'o.
8 * Redistribution of this file is permitted under the terms of the GNU
12 #ifndef _PPC_BOOT_SERIALP_H
13 #define _PPC_BOOT_SERIALP_H
16 * This is our internal structure for each serial port's state.
18 * Many fields are paralleled by the structure used by the serial_struct
21 * Given that this is how SERIAL_PORT_DFNS are done, and that we need
22 * to use a few of their fields, we need to have our own copy of it.
33 int revision
; /* Chip revision (950) */
39 unsigned short close_delay
;
40 unsigned short closing_wait
; /* time to wait before closing */
46 #endif /* _PPC_BOOT_SERIAL_H */