source: branches/minix3-book/servers/fs/select.h@ 4

Last change on this file since 4 was 4, checked in by Mattia Monga, 13 years ago

Importazione sorgenti libro

File size: 177 bytes
Line 
1#ifndef _FS_SELECT_H
2#define _FS_SELECT_H 1
3
4/* return codes for select_request_* and select_cancel_* */
5#define SEL_OK 0 /* ready */
6#define SEL_ERROR 1 /* failed */
7
8#endif
9
Note: See TracBrowser for help on using the repository browser.