comparison src/cs/system/bootloader/inc/reference.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
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