1 2 3 4 5 6 7 8 9 10 11
// MIT License, Copyright (c) 2021 Marvin Borner #ifndef BGA_H #define BGA_H #include <def.h> u8 bga_available(void); void bga_install(void); #endif