Changeset ad9e225 in mainline for uspace/srv/system/system.h


Ignore:
Timestamp:
2024-10-24T18:20:37Z (17 hours ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Parents:
a72f3b8
Message:

Shutdown command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/system/system.h

    ra72f3b8 rad9e225  
    3838#define SYSTEM_H
    3939
     40#include <system_srv.h>
     41
    4042#define NAME  "system"
     43
     44typedef struct {
     45        system_srv_t srv;
     46} sys_srv_t;
    4147
    4248#endif
Note: See TracChangeset for help on using the changeset viewer.