Select the types of activity you want to include in your feed.
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); 7bool platform_selftest(void); 8 9#endif