1#ifndef _IPXE_POSIX_IO_H
2#define _IPXE_POSIX_IO_H
15#define POSIX_FD_MIN ( 1 )
18#define POSIX_FD_MAX ( 31 )
23extern int open (
const char *uri_string );
27extern int close (
int fd );
70 return ( *
set & ( 1 << fd ) );
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
struct option_descriptor set[0]
struct option_descriptor read[1]
uint32_t fd_set
File descriptor set as used for select()
int select(fd_set *readfds, int wait)
Check file descriptors for readiness.
ssize_t fsize(int fd)
Determine file size.
int open(const char *uri_string)
Open file.
static struct evtchn_close * close