Changes in uspace/lib/system/include/system_srv.h [a72f3b8:f35749e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/system/include/system_srv.h
ra72f3b8 rf35749e 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 49 49 50 50 struct system_ops { 51 errno_t (*shutdown)(void *); 51 errno_t (*poweroff)(void *); 52 errno_t (*restart)(void *); 52 53 }; 53 54
Note:
See TracChangeset
for help on using the changeset viewer.