|
|
1.1 root 1: #include <sys/types.h>
2: #include "ps.h"
3:
4: /*
5: * Map some kernel memory into user space.
6: */
7: char *
8: kumap( addr, len )
9: vaddr_t addr;
10: off_t len;
11: {
12: return( NULL ); /* STUB */
13: } /* kumap() */
14:
15:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.