dc66439542
Remove legacy vt82c686b_pm_init() function and also rename VT82C686B_PM type name to match other device names. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <a70982b32f11222d335385b90749abb6cf2e2cce.1609584216.git.balaton@eik.bme.hu> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
11 lines
254 B
C
11 lines
254 B
C
#ifndef HW_VT82C686_H
|
|
#define HW_VT82C686_H
|
|
|
|
#define TYPE_VT82C686B_ISA "vt82c686b-isa"
|
|
#define TYPE_VT82C686B_SUPERIO "vt82c686b-superio"
|
|
#define TYPE_VT82C686B_PM "vt82c686b-pm"
|
|
#define TYPE_VIA_AC97 "via-ac97"
|
|
#define TYPE_VIA_MC97 "via-mc97"
|
|
|
|
#endif
|