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

#include <stddef.h>
typedef __SIZE_TYPE__ size_t;

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

#endif