mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-05 01:36:39 +08:00
7 lines
118 B
C
7 lines
118 B
C
#ifndef __SERVICES_H
|
|
#define __SERVICES_H
|
|
|
|
void *resolve_service_symbol(const char *name);
|
|
|
|
#endif /* __SERVICES_H */
|