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

8 lines
125 B
C

#ifndef __GILBRALTAR_BOARD__
#define __GILBRALTAR_BOARD__
#include <stdint.h>
uint32_t gilbraltar_get_board(void);
#endif