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


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/generic/capa.c

    raf5d62eb r5fc8244  
    3434 */
    3535
     36#include <assert.h>
    3637#include <capa.h>
    3738#include <errno.h>
    3839#include <imath.h>
     40#include <stddef.h>
    3941#include <stdio.h>
    4042#include <str.h>
Note: See TracChangeset for help on using the changeset viewer.