fixed a few stuff around machines. Eh stupid PR it may be

This commit is contained in:
tiseno100
2020-03-25 12:35:18 +02:00
committed by GitHub
parent b1a421a2e9
commit 8f728eb11e
2 changed files with 8 additions and 4 deletions

View File

@@ -313,6 +313,8 @@ extern int machine_at_s1668_init(const machine_t *);
extern int machine_at_6abx3_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_I686) /*P2B-LS has no VIA C3 BIOS support, so further investigation may be needed*/
extern int machine_at_p2bls_init(const machine_t *);
extern int machine_at_borapro_init(const machine_t *);
extern int machine_at_p6bxt_init(const machine_t *);
extern int machine_at_63a_init(const machine_t *);
#endif