43 lines
1.1 KiB
C
Executable File
43 lines
1.1 KiB
C
Executable File
/*
|
|
************************************************************************************************************************
|
|
* eGON
|
|
* the Embedded GO-ON Bootloader System
|
|
*
|
|
* Copyright(C), 2006-2008, SoftWinners Microelectronic Co., Ltd.
|
|
* All Rights Reserved
|
|
*
|
|
* File Name : lib.h
|
|
*
|
|
* Author : Gary.Wang
|
|
*
|
|
* Version : 1.1.0
|
|
*
|
|
* Date : 2009.09.14
|
|
*
|
|
* Description :
|
|
*
|
|
* Others : None at present.
|
|
*
|
|
*
|
|
* History :
|
|
*
|
|
* <Author> <time> <version> <description>
|
|
*
|
|
* Gary.Wang 2009.09.14 1.1.0 build the file
|
|
*
|
|
************************************************************************************************************************
|
|
*/
|
|
#ifndef __lib_h
|
|
#define __lib_h
|
|
|
|
|
|
#include "check_sum/check.h"
|
|
#include "misc/misc.h"
|
|
#include "service/service.h"
|
|
#include "func_in_asm/func_in_asm.h"
|
|
|
|
|
|
#endif // ifndef __lib_h
|
|
|
|
/* end of lib.h */
|