mirror of https://github.com/m-labs/artiq.git
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 */
|