Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 78 → Rev 79

/shark/trunk/include/kernel/iqueue.h
18,11 → 18,11
 
/*
------------
CVS : $Id: iqueue.h,v 1.1 2002-11-11 08:36:01 pj Exp $
CVS : $Id: iqueue.h,v 1.2 2003-03-13 13:36:28 pj Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2002-11-11 08:36:01 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:36:28 $
------------
 
*/
75,6 → 75,10
#ifndef __KERNEL_IQUEUE_H__
#define __KERNEL_IQUEUE_H__
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
#define IQUEUE_NO_PRIORITY 1
#define IQUEUE_NO_TIMESPEC 2
 
194,4 → 198,5
return q->first == NIL;
}
 
__END_DECLS
#endif