artiq/artiq/runtime/services.h

7 lines
118 B
C

#ifndef __SERVICES_H
#define __SERVICES_H
void *resolve_service_symbol(const char *name);
#endif /* __SERVICES_H */