IRQ handler rewrite by Gabor Juhos, uses C no longer assembly
[openwrt/staging/chunkeey.git] / target / linux / etrax-2.6 / image / e100boot / src / sbl / serial.h
1 /*!***************************************************************************
2 *!
3 *! FILE NAME : serial.h
4 *!
5 *! DESCRIPTION: Serial boot stuff for e100boot.
6 *!
7 *! ---------------------------------------------------------------------------
8 *! HISTORY
9 *!
10 *! DATE NAME CHANGES
11 *! ---- ---- -------
12 *! 1996 Ronny Raneup Initial version
13 *! 2002 05 02 Ronny Ranerup Moved it into this file
14 *! ---------------------------------------------------------------------------
15 *! (C) Copyright 1999, 2000, 2001, 2002 Axis Communications AB, LUND, SWEDEN
16 *!***************************************************************************/
17 /************************** Include files ********************************/
18 /************************** Type definitions *****************************/
19 /************************** Global variables *****************************/
20
21 extern int set_baudrate; /* Baudrate for serial boot (after bootloader). */
22
23 /************************** Constants and macros *************************/
24 /************************** Function prototypes **************************/
25 int SetupSerial (void);
26 void SerBoot (void);