linux/include/asm-x86/serial.h

6 lines
82 B
C

#ifdef CONFIG_X86_32
# include "serial_32.h"
#else
# include "serial_64.h"
#endif