versadac  1
versadac - Scalable Recorder Firmware
am.h
1 /*****************************************************************************
2 FILE : am.h
3 VERSION : $Id: am.h 4938 2006-10-10 14:20:18Z martinto $
4 AUTHOR : Steve Pickford
5 SYSTEM : GNU C++ for Power PC
6 DESCRIPTION : Contains system wide declarations
7 *****************************************************************************/
8 
9 #ifndef __AM_H
10 #define __AM_H
11 
12 extern "C"
13 {
14 #include "stdtypes.h"
15 #include "queue.h"
16 #include "exchange.h"
17 #include "unicodestringhandler.h"
18 #include "sr_group.h"
19 #include "classnums.h"
20 #include "exec.h"
21 #include "priority.h"
22 #include "stack.h"
23 #include "utils.h"
24 #include "ENUM_MediaFullStrategy.h"
25 #include "nano_strings_enums.h"
26 #include "network_enums.h"
27 #include "alm_summary_enums.h"
28 
29 #include "system_ticks.h"
30 #include "network.h"
31 #include "..\gensrc\network_tpl.h"
32 
33 //#define ARCHIVE_DEBUG 1
34 //#define ARCHIVE_CONFIG_DEBUG 1
35 //#define ARCHIVE_HIST_DEBUG 1
36 }
37 
38 #endif