]>
Commit | Line | Data |
---|---|---|
eaab4d60 AK |
1 | #include "xen_pt.h" |
2 | ||
3 | XenPTRegGroup *xen_pt_find_reg_grp(XenPCIPassthroughState *s, uint32_t address) | |
4 | { | |
5 | return NULL; | |
6 | } | |
7 | ||
8 | XenPTReg *xen_pt_find_reg(XenPTRegGroup *reg_grp, uint32_t address) | |
9 | { | |
10 | return NULL; | |
11 | } |