[boot-splash-plugin] Add suspend and resume boot splash modes

This commit is contained in:
Charlie Brej 2009-09-03 16:57:31 +01:00
parent 74f4711e77
commit 7e547299a8

View file

@ -36,6 +36,8 @@ typedef enum
{
PLY_BOOT_SPLASH_MODE_BOOT_UP,
PLY_BOOT_SPLASH_MODE_SHUTDOWN,
PLY_BOOT_SPLASH_MODE_SUSPEND,
PLY_BOOT_SPLASH_MODE_RESUME,
} ply_boot_splash_mode_t;
typedef struct _ply_boot_splash_plugin ply_boot_splash_plugin_t;