98e68200c9475cd31a25a9942e8ed067b0d5dc58
1 /*!***************************************************************************
3 *! FILE NAME : serial.h
5 *! DESCRIPTION: Serial boot stuff for e100boot.
7 *! ---------------------------------------------------------------------------
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 *****************************/
21 extern int set_baudrate
; /* Baudrate for serial boot (after bootloader). */
23 /************************** Constants and macros *************************/
24 /************************** Function prototypes **************************/
25 int SetupSerial (void);
This page took 0.039921 seconds and 3 git commands to generate.