comparison src/cs/system/bootloader/inc/reference.h @ 0:945cf7f506b2

src/cs: chipsetsw import from tcs211-fcmodem binary blobs and LCD demo files have been excluded, all line endings are LF only
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2016 22:50:11 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:945cf7f506b2
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