repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git]
/
include
/
hw
/
usb
/
chipidea.h
blob
fe4113ee01be0cb7e6301bd7f8532a174b987b61
1
#ifndef CHIPIDEA_H
2
#define CHIPIDEA_H
3
4
#include
"hw/usb/hcd-ehci.h"
5
#include
"qom/object.h"
6
7
struct
ChipideaState
{
8
/*< private >*/
9
EHCISysBusState parent_obj
;
10
11
MemoryRegion iomem
[
3
];
12
};
13
14
#define TYPE_CHIPIDEA
"usb-chipidea"
15
OBJECT_DECLARE_SIMPLE_TYPE
(
ChipideaState
,
CHIPIDEA
)
16
17
#endif
/* CHIPIDEA_H */