smol-gilbraltar/include/dtb.h

9 lines
117 B
C
Raw Permalink Normal View History

2024-12-23 00:46:17 +00:00
#ifndef __GILBRALTAR_DTB__
#define __GILBRALTAR_DTB__
#include <stdbool.h>
bool gilbraltar_dtb_init(void);
#endif