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