summaryrefslogtreecommitdiff
path: root/include/devctl.h
blob: 573ec821722487cac4391b195b63bf0de7e91e87 (plain)
1
2
3
4
5
#pragma once

typedef __SIZE_TYPE__ size_t;

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