2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-16 13:46:42 +08:00
artiq/artiq/runtime/bridge.h

7 lines
88 B
C
Raw Normal View History

2015-04-16 21:47:05 +08:00
#ifndef __BRIDGE_H
#define __BRIDGE_H
void bridge_main(void);
#endif /* __BRIDGE_H */