Changeset 7bf29e5 in mainline for uspace/srv/system/system.h


Ignore:
Timestamp:
2025-01-09T11:29:38Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
a5c2960e
Parents:
bc3d695 (diff), 4e1221c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge 'upstream/master' into helenraid-para

File:
1 moved

Legend:

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

    rbc3d695 r7bf29e5  
    11/*
    2  * Copyright (c) 2013 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
     3 * Copyright (c) 2006 Martin Decky
    34 * All rights reserved.
    45 *
     
    2728 */
    2829
    29 /** @addtogroup inetsrv
     30/** @addtogroup system
    3031 * @{
    3132 */
    3233/**
    3334 * @file
    34  * @brief
    3535 */
    3636
    37 #ifndef INETSRV_H_
    38 #define INETSRV_H_
     37#ifndef SYSTEM_H
     38#define SYSTEM_H
    3939
    40 #include <adt/list.h>
    41 #include <ipc/loc.h>
     40#include <system_srv.h>
     41
     42#define NAME  "system"
    4243
    4344typedef struct {
    44         link_t link_list;
    45         service_id_t svc_id;
    46         char *svc_name;
    47 } ncs_link_t;
     45        system_srv_t srv;
     46} sys_srv_t;
    4847
    4948#endif
Note: See TracChangeset for help on using the changeset viewer.