AArch64 EL2 hypervisor for QEMU virt that boots at EL2
1

Configure Feed

Select the types of activity you want to include in your feed.

ariel / include / hv / platform.h
127 B 8 lines
1#ifndef HV_PLATFORM_H 2#define HV_PLATFORM_H 3 4#include "hv/fdt.h" 5 6const struct fdt_platform_info *platform_info(void); 7 8#endif