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