Changeset 0ae9e18 in mainline for uspace/app/shutdown-dlg/shutdown-dlg.h
- Timestamp:
- 2025-03-09T12:03:24Z (23 hours ago)
- Branches:
- master
- Children:
- c8680be4
- Parents:
- 797ab95
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/shutdown-dlg/shutdown-dlg.h
r797ab95 r0ae9e18 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 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_restart 66 } sd_action_t; 67 62 68 #endif 63 69
Note:
See TracChangeset
for help on using the changeset viewer.