|
|
1.1 root 1: /*
2: * resource maps
3: * see rmap.c
4: */
5:
6: struct map
7: {
8: int m_size; /* size of this segment of the map */
9: int m_addr; /* resource-space addr of start of segment */
10: };
11:
12: /*
13: * overloaded for first entry
14: */
15:
16: #define m_end m_size /* number of struct maps in this map */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.