mirror of https://github.com/m-labs/artiq.git
7 lines
88 B
C
7 lines
88 B
C
|
#ifndef __BRIDGE_H
|
||
|
#define __BRIDGE_H
|
||
|
|
||
|
void bridge_main(void);
|
||
|
|
||
|
#endif /* __BRIDGE_H */
|