mirror of https://github.com/xemu-project/xemu.git
ac97: Move TYPE_AC97 definition to ac97_int.h
This commit is contained in:
parent
c060ab62e6
commit
c7075dd2b1
|
@ -131,9 +131,6 @@ enum {
|
|||
|
||||
#define MUTE_SHIFT 15
|
||||
|
||||
#define TYPE_AC97 "AC97"
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(AC97LinkState, AC97)
|
||||
|
||||
#define REC_MASK 7
|
||||
enum {
|
||||
REC_MIC = 0,
|
||||
|
|
|
@ -51,6 +51,7 @@ typedef struct AC97BusMasterRegs {
|
|||
BD bd;
|
||||
} AC97BusMasterRegs;
|
||||
|
||||
#define TYPE_AC97 "AC97"
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(AC97LinkState, AC97)
|
||||
|
||||
struct AC97LinkState {
|
||||
|
|
Loading…
Reference in New Issue