Home
last modified time | relevance | path

Searched refs:__DEFINE_GUEST_HANDLE (Results 1 – 1 of 1) sorted by relevance

/include/xen/arm/
Dinterface.h15 #define __DEFINE_GUEST_HANDLE(name, type) \ macro
20 __DEFINE_GUEST_HANDLE(name, struct name)
21 #define DEFINE_GUEST_HANDLE(name) __DEFINE_GUEST_HANDLE(name, name)
49 __DEFINE_GUEST_HANDLE(uchar, unsigned char);
50 __DEFINE_GUEST_HANDLE(uint, unsigned int);