Select the types of activity you want to include in your feed.
1#ifndef HV_SELFTEST_H 2#define HV_SELFTEST_H 3 4void selftests_run_or_panic(void); 5 6#endif