FreeCalypso > hg > leo2moko-debug
comparison chipsetsw/system/bootloader/inc/reference.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 01 Jun 2015 03:24:05 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:509db1a7b7b8 |
|---|---|
| 1 /******************************************************************************* | |
| 2 * | |
| 3 * REFERENCE.H | |
| 4 * | |
| 5 * This module contains a dummy function which must be called to link the | |
| 6 * modules of several libraries. A local function calls one function per module | |
| 7 * to be sure that all modules of each library are linked. This function is | |
| 8 * never called. | |
| 9 * | |
| 10 * (C) Texas Instruments 1999 | |
| 11 * | |
| 12 ******************************************************************************/ | |
| 13 | |
| 14 #ifndef __REFERENCE_H__ | |
| 15 #define __REFERENCE_H__ | |
| 16 | |
| 17 extern void ref_reference_all_functions (void); | |
| 18 | |
| 19 #endif /* __REFERENCE_H__ */ | |
| 20 |
