7 lines
67 B
C
7 lines
67 B
C
#ifndef INITRD_H
|
|
#define INITRD_H
|
|
|
|
uint32_t initrd_init();
|
|
|
|
#endif
|