1 2 3 4 5 6 7 8
#pragma once #include <camellia/types.h> void initctl_drv(handle_t killswitch); void ps2_drv(void); void tmpfs_drv(void); void termcook(void);