Viewing: ioctl.h
📄 ioctl.h (Read Only) ⬅ To go back
#ifndef ULIBC_SYS_IOCTL_H
#define ULIBC_SYS_IOCTL_H

int ioctl(int fd, unsigned long cmd, void* arg);

#endif