#ifndef __SISPLATFORMFUNC_H__ #define __SISPLATFORMFUNC_H__ #include <linux/platform_device.h> typedef int (*PlatformSuspendFunc)(pm_message_t state); typedef int (*PlatformResumeFunc)(void); #endif