nckernel
0.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
common
include
cpu_node.h
Go to the documentation of this file.
1
4
struct
node
{
5
struct
list_head
head
;
6
7
int
id
;
8
9
struct
list_head
zone_list
;
10
};
11
12
extern
struct
node
*
cpu_node_create
(
int
id
);
13
extern
int
cpu_node_destroy
(
struct
node
*
node
);
14
extern
struct
node
*
cpu_node_find
(
int
id
);
15
Generated on Thu Nov 7 2013 02:45:25 for nckernel by
1.8.4