smol-gilbraltar/include/dtb.h
2024-12-23 01:46:17 +01:00

8 lines
117 B
C

#ifndef __GILBRALTAR_DTB__
#define __GILBRALTAR_DTB__
#include <stdbool.h>
bool gilbraltar_dtb_init(void);
#endif