Nut/OS  4.10.3
API Reference
IOCTL_ARG3 Struct Reference

General structure for three arguments. More...

#include <fs.h>

Collaboration diagram for IOCTL_ARG3:

Data Fields

void * arg1
void * arg2
void * arg3

Detailed Description

General structure for three arguments.

Used to pass three arguments to an I/O control function.

Definition at line 145 of file fs.h.


Field Documentation

Definition at line 146 of file fs.h.

Referenced by _seek(), and _tell().

Definition at line 147 of file fs.h.

Referenced by _seek(), and _tell().

Definition at line 148 of file fs.h.

Referenced by _seek(), and _tell().


The documentation for this struct was generated from the following file: