26 lines
540 B
C
26 lines
540 B
C
/* LDR
|
|
* LDR.h
|
|
* Author : Julien MERCERON
|
|
* Date of Creation : 15/09/1997
|
|
* Date of Modifications : 15/09/1997
|
|
* Version U64 2.0
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _LDR_H_
|
|
#define _LDR_H_
|
|
|
|
|
|
/********************************************************************************************
|
|
* INCLUDES:
|
|
* Goal:
|
|
* Code: Julien Merceron /1.0
|
|
* OPTIMMIZED : No
|
|
********************************************************************************************/
|
|
|
|
#include "..\TempGrp\LDR\specif\u_boot.h"
|
|
|
|
|
|
#endif /* _LDR_H_ */
|