|
|
1.1 root 1: #ifndef __KERNEL__DEFER_H__
2: #define __KERNEL__DEFER_H__
3:
4: /*
5: * This header file is intended as the sole point of definition for the
6: * internal data type "deffuncp_t". This definition is imported by several
7: * kernel headers which should otherwise remain disjoint.
8: */
9:
10: #include <common/ccompat.h>
11:
12: typedef void (* __deffuncp_t) __PROTO ((void));
13:
14: #endif /* ! defined (__KERNEL__DEFER_H__) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.