summaryrefslogtreecommitdiff
path: root/include/devctl.h
blob: 1010441d69fc19f937b345280a85d16e1d65dead (plain)
1
2
3
4
5
6
7
8
#ifndef __DEVCTL_H
#define __DEVCTL_H

typedef __SIZE_TYPE__ size_t;

int posix_devctl(int, int, void *restrict, size_t, int *restrict);

#endif