Merge pull request #883 from amdk6/master

Added various Dell machines
This commit is contained in:
Miran Grča
2020-06-30 15:56:41 +02:00
committed by GitHub
4 changed files with 81 additions and 2 deletions

View File

@@ -302,6 +302,10 @@ extern int machine_at_ambradp60_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_VPP60)
extern int machine_at_valuepointp60_init(const machine_t *);
#endif
extern int machine_at_opti560l_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_DELLXP60)
extern int machine_at_dellxp60_init(const machine_t *);
#endif
extern int machine_at_p5mp3_init(const machine_t *);
extern int machine_at_586mc1_init(const machine_t *);