push
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef INITRAMFS_H
|
||||
#define INITRAMFS_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int initramfs_mount(const void *data, size_t size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user