File: aPOSIXaio.h

package info (click to toggle)
libmems 1.6.0%2B4725-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,148 kB
  • sloc: cpp: 21,579; ansic: 4,313; xml: 115; makefile: 107; sh: 26
file content (18 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _aPOSIXaio_h_
#define _aPOSIXaio_h_

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "libMems/dmSML/asyncio.h"

int OpenPAIO( aFILE * file, const char *path, int mode );
int ClosePAIO( aFILE * file );

int WritePAIO( aFILE * file, aIORec * rec );
int ReadPAIO( aFILE * file, aIORec * rec );

int QueryLastCompletePAIO( const aFILE * file );

#endif /* _aPOSIXaio_h_ */