mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 15:58:20 +02:00
[boot-splash-plugin] Add suspend and resume boot splash modes
This commit is contained in:
parent
74f4711e77
commit
7e547299a8
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue