Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / hardware_turntable.h @ 1183

History | View | Annotate | Download (154 Bytes)

1
#ifndef _hardware_turntable_h
2
#define _hardware_turntable_h
3

    
4
#include <dragonfly_lib.h>
5
#include "global.h"
6

    
7
void turntable_init (void);
8

    
9
#endif