Select the types of activity you want to include in your feed.
1#ifndef HV_PSCI_H 2#define HV_PSCI_H 3 4#include "hv/vcpu.h" 5 6bool psci_handle_call(struct vcpu *vcpu, uint64_t function_id); 7void psci_dump(void); 8 9#endif