Restored the S2DGE

Considering the i686 fixes makes it function properly
This commit is contained in:
tiseno100
2020-06-16 13:16:47 +03:00
committed by GitHub
parent 057127b55f
commit 158d7aafd0
2 changed files with 6 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ enum {
MACHINE_TYPE_SOCKET8,
MACHINE_TYPE_SLOT1,
MACHINE_TYPE_SLOT2,
MACHINE_TYPE_SLOT12,
MACHINE_TYPE_SOCKET370,
MACHINE_TYPE_MAX
};
@@ -389,6 +390,7 @@ extern const device_t *at_tsunamiatx_get_device(void);
/* m_at_slot2.c */
extern int machine_at_6gxu_init(const machine_t *);
extern int machine_at_s2dge_init(const machine_t *);
/* m_at_socket370.c */
extern int machine_at_s370slm_init(const machine_t *);