summaryrefslogtreecommitdiff
path: root/package/etrax-tools/src/e100boot/sbl/serial.h
blob: 98e68200c9475cd31a25a9942e8ed067b0d5dc58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*!***************************************************************************
*!
*! FILE NAME  : serial.h
*!
*! DESCRIPTION: Serial boot stuff for e100boot.
*!
*! ---------------------------------------------------------------------------
*! HISTORY
*!
*! DATE         NAME               CHANGES
*! ----         ----               -------
*! 1996         Ronny Raneup       Initial version
*! 2002 05 02   Ronny Ranerup      Moved it into this file
*! ---------------------------------------------------------------------------
*! (C) Copyright 1999, 2000, 2001, 2002 Axis Communications AB, LUND, SWEDEN
*!***************************************************************************/
/**************************  Include files  ********************************/
/**************************  Type definitions  *****************************/
/**************************  Global variables  *****************************/

extern int set_baudrate;	/* Baudrate for serial boot (after bootloader). */

/**************************  Constants and macros  *************************/
/**************************  Function prototypes  **************************/
int                     SetupSerial             (void);
void 			SerBoot			(void);