mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-05 01:36:39 +08:00
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 */
|