Changeset 5fc8244 in mainline for uspace/lib/c/include/capa.h


Ignore:
Timestamp:
2021-06-12T21:22:48Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
034ce6bb
Parents:
af5d62eb
Message:

Move device-related stuff out of libc to libdevice

Unfortunately, we need to keep clock_dev, which pulls in hw_res
and pio_window. clock_dev is used by time.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/capa.h

    raf5d62eb r5fc8244  
    3737#define _LIBC_CAPA_H_
    3838
    39 #include <adt/list.h>
    40 #include <loc.h>
     39#include <errno.h>
     40#include <stddef.h>
    4141#include <stdint.h>
    42 #include <types/label.h>
    43 #include <types/vol.h>
    44 #include <vbd.h>
    4542
    4643/** Capacity unit */
Note: See TracChangeset for help on using the changeset viewer.