Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / hardware.h @ 1296

History | View | Annotate | Download (291 Bytes)

1 1151 deffi
#ifndef _station_hardware_h
2
#define _station_hardware_h
3
4
#include <dragonfly_lib.h>
5 1182 deffi
6 1151 deffi
#include "global.h"
7
8 1251 deffi
#include "hardware_dynamos.h"
9 1254 deffi
#include "hardware_ibom.h"
10 1182 deffi
#include "hardware_wall.h"
11
#include "hardware_turntable.h"
12 1151 deffi
13
14 1182 deffi
void hardware_init (void);
15 1151 deffi
16
17
18
19
20
21
22
23
24
#endif