rulimine/stage23/protos/stivale2.h

9 lines
176 B
C

#ifndef __PROTOS__STIVALE2_H__
#define __PROTOS__STIVALE2_H__
#include <stdbool.h>
void stivale2_load(char *config, char *cmdline, bool pxe, void *efi_system_table);
#endif