forked from M-Labs/artiq
1
0
Fork 0
artiq/soc/runtime/symbols.h

7 lines
107 B
C
Raw Normal View History

2014-08-28 16:56:48 +08:00
#ifndef __SYMBOLS_H
#define __SYMBOLS_H
void *resolve_symbol(const char *name);
#endif /* __SYMBOLS_H */