serial.h
Go to the documentation of this file.00001 #ifndef CONFIG_SERIAL_H
00002 #define CONFIG_SERIAL_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 FILE_LICENCE ( GPL2_OR_LATER );
00015
00016 #define COM1 0x3f8
00017 #define COM2 0x2f8
00018 #define COM3 0x3e8
00019 #define COM4 0x2e8
00020
00021 #define COMCONSOLE COM1
00022
00023
00024
00025
00026 #undef COMPRESERVE
00027
00028 #ifndef COMPRESERVE
00029 #define COMSPEED 115200
00030 #define COMDATA 8
00031 #define COMPARITY 0
00032 #define COMSTOP 1
00033 #endif
00034
00035 #include <config/local/serial.h>
00036
00037 #endif