Newer
Older
honey-os / src / kernel / include / service.h
#ifndef SERVICE_H
#define SERVICE_H

extern void loadElf(void *fileData);

#endif