metal-cos/sys/include/loader.h

9 lines
151 B
C

#ifndef __SYS_LOADER_H__
#define __SYS_LOADER_H__
bool Loader_Load(Thread *thr, VNode *vn, void *buf, uint64_t len);
#endif /* __SYS_LOADER_H__ */