board: Shift config structs around

This commit is contained in:
Tau
2019-11-05 19:40:00 -05:00
parent f8289689f0
commit f11a3cb657
4 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,11 @@
#include <windows.h>
#include "board/config.h"
#include <stdbool.h>
struct aime_config {
bool enable;
};
HRESULT sg_reader_hook_init(
const struct aime_config *cfg,