os/kernel/parts.h

7 lines
76 B
C
Raw Normal View History

2019-04-18 08:50:49 -05:00
#ifndef PARTS_H
#define PARTS_H
void load_parts(const char* path);
#endif