Changes in uspace/app/shutdown/shutdown.h [f35749e:ad9e225] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/shutdown/shutdown.h
rf35749e rad9e225 1 1 /* 2 * Copyright (c) 202 5Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 43 43 typedef enum { 44 44 sd_poweroff = 1, 45 sd_restart,46 45 sd_cancel 47 46 } sd_action_t;
Note:
See TracChangeset
for help on using the changeset viewer.