Changeset f35749e in mainline for uspace/app/shutdown/shutdown.h
- Timestamp:
- 2025-02-28T23:38:26Z (4 days ago)
- Branches:
- master
- Children:
- 8300c72
- Parents:
- 4285f384
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/shutdown/shutdown.h
r4285f384 rf35749e 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 43 43 typedef enum { 44 44 sd_poweroff = 1, 45 sd_restart, 45 46 sd_cancel 46 47 } sd_action_t;
Note:
See TracChangeset
for help on using the changeset viewer.