Changes in uspace/app/shutdown-dlg/shutdown-dlg.h [0ae9e18:0d00e53] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/shutdown-dlg/shutdown-dlg.h
r0ae9e18 r0d00e53 1 1 /* 2 * Copyright (c) 202 5Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 60 60 } shutdown_dlg_t; 61 61 62 /** Shutdown action */63 typedef enum {64 sd_poweroff = 1,65 sd_restart66 } sd_action_t;67 68 62 #endif 69 63
Note:
See TracChangeset
for help on using the changeset viewer.