#ifndef _PMU_H #define _PMU_H extern int pmu_mod_init(void); extern void pmu_mod_exit(void); #endif