// MIT License, Copyright (c) 2021 Marvin Borner #ifndef BGA_H #define BGA_H #include u8 bga_available(void); void bga_install(void); #endif