os/fs/initrd.h
2018-12-13 17:19:11 -06:00

7 lines
67 B
C

#ifndef INITRD_H
#define INITRD_H
uint32_t init_initrd();
#endif