]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[boot-splash-plugin] Add suspend and resume boot splash modes
authorCharlie Brej <cbrej@cs.man.ac.uk>
Thu, 3 Sep 2009 15:57:31 +0000 (16:57 +0100)
committerCharlie Brej <cbrej@cs.man.ac.uk>
Thu, 3 Sep 2009 15:57:31 +0000 (16:57 +0100)
src/libplybootsplash/ply-boot-splash-plugin.h

index e22ae00f267a8d6ab1821387efa05ee09bc69189..4671d0c224d5b20bdb62e9fef3e772b5dab6b28c 100644 (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;