os/kernel/parts.h

7 lines
76 B
C

#ifndef PARTS_H
#define PARTS_H
void load_parts(const char* path);
#endif