drv_platform.h 208 B

123456789101112131415
  1. #ifndef __SISPLATFORMFUNC_H__
  2. #define __SISPLATFORMFUNC_H__
  3. #include <linux/platform_device.h>
  4. typedef int (*PlatformSuspendFunc)(pm_message_t state);
  5. typedef int (*PlatformResumeFunc)(void);
  6. #endif