File: reserv.h

package info (click to toggle)
bazaar 1.4.2-5.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 73,932 kB
  • ctags: 7,673
  • sloc: ansic: 123,672; sh: 10,545; lisp: 1,927; makefile: 765; perl: 401; tcl: 230; awk: 48; sed: 26
file content (23 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* reserv.h - decls for reserved and pseudo file descriptors
 *
 ****************************************************************
 * Copyright (C) 1998, 2000 Thomas Lord
 * 
 * See the file "COPYING" for further information about
 * the copyright and warranty status of this work.
 */


#ifndef INCLUDE__VU__RESERV_H
#define INCLUDE__VU__RESERV_H


#include "hackerlab/vu/vu.h"


/* automatically generated __STDC__ prototypes */
extern int reserv (int * errn, int flags);
extern int reserv_pseudo (int * errn, int flags);
extern int reserv_pseudo_ge_n (int * errn, int n, int flags);
extern void unreserv_pseudo (int fd);
#endif  /* INCLUDE__VU__RESERV_H */