board/sg-reader.c: Configurate sg_reader

This commit is contained in:
Tau
2019-06-03 22:28:44 -04:00
parent 924c1d8fdb
commit e06be9fc7b
9 changed files with 34 additions and 6 deletions

View File

@ -2,4 +2,8 @@
#include <windows.h>
HRESULT sg_reader_hook_init(unsigned int port_no);
#include "board/config.h"
HRESULT sg_reader_hook_init(
const struct aime_config *cfg,
unsigned int port_no);