forked from M-Labs/artiq
7 lines
107 B
C
7 lines
107 B
C
|
#ifndef __SYMBOLS_H
|
||
|
#define __SYMBOLS_H
|
||
|
|
||
|
void *resolve_symbol(const char *name);
|
||
|
|
||
|
#endif /* __SYMBOLS_H */
|