doc: doxygen: define XEN_GUEST_HANDLE_64 as no-op
Doxygen gets confused by the macro expansion in include/zephyr/xen/public/domctl.h as that is only defined if CONFIG_ARM64=y, add a no-op expansion of that macro when building the documention so it has something to work on. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
71dbeeb084
commit
8bd49da316
1 changed files with 1 additions and 0 deletions
|
|
@ -2391,6 +2391,7 @@ PREDEFINED = __DOXYGEN__ \
|
|||
NET_MGMT_DEFINE_REQUEST_HANDLER(x)= \
|
||||
DEVICE_DEFINE()= \
|
||||
BUILD_ASSERT()= \
|
||||
XEN_GUEST_HANDLE_64(x)= \
|
||||
_LINKER \
|
||||
__deprecated= \
|
||||
__packed= \
|
||||
|
|
|
|||
Loading…
Reference in a new issue