1 
2 /* Add instrument instance headers here */
3 
4 /*
5  * Copyright 2001  - 2013 Graeme W. Gill
6  * All rights reserved.
7  *
8  * This material is licenced under the GNU GENERAL PUBLIC LICENSE Version 2 or later :-
9  * see the License2.txt file for licencing details.
10  */
11 
12 #ifdef __cplusplus
13 	extern "C" {
14 #endif
15 
16 
17 #ifdef ENABLE_SERIAL
18 # include "dtp22.h"
19 # include "dtp41.h"
20 # include "dtp51.h"
21 # include "ss.h"
22 #endif
23 
24 #ifdef ENABLE_FAST_SERIAL
25 # include "specbos.h"
26 # include "kleink10.h"
27 # include "smcube.h"
28 #endif
29 
30 #ifdef ENABLE_USB
31 # include "dtp20.h"
32 # include "dtp92.h"
33 # include "i1disp.h"
34 # include "i1d3.h"
35 # include "i1pro.h"
36 # include "munki.h"
37 # include "spyd2.h"
38 # include "huey.h"
39 # include "ex1.h"
40 # include "hcfr.h"
41 # include "colorhug.h"
42 #endif
43 
44 
45