os/fs/initrd.h

7 lines
67 B
C
Raw Normal View History

2019-02-09 12:52:45 -06:00
#ifndef INITRD_H
#define INITRD_H
uint32_t init_initrd();
#endif