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