#ifndef INITRAMFS_H #define INITRAMFS_H #include #include int initramfs_mount(const void *data, size_t size); #endif