Shift hook DLL config structs around

This commit is contained in:
Tau
2019-11-05 20:11:25 -05:00
parent f11a3cb657
commit a94772b0c4
9 changed files with 33 additions and 18 deletions

View File

@ -2,9 +2,11 @@
#include <stddef.h>
#include "amex/config.h"
#include "amex/amex.h"
#include "platform/config.h"
#include "board/sg-reader.h"
#include "platform/platform.h"
struct diva_hook_config {
struct platform_config platform;