projects
/
akaros.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update checkpatch
[akaros.git]
/
kern
/
include
/
acpi.h
diff --git
a/kern/include/acpi.h
b/kern/include/acpi.h
index
c9a340c
..
02b4df2
100644
(file)
--- a/
kern/include/acpi.h
+++ b/
kern/include/acpi.h
@@
-509,6
+509,7
@@
struct Atable *mkatable(struct Atable *parent,
size_t rawsize, size_t addsize);
struct Atable *finatable(struct Atable *t, struct slice *slice);
struct Atable *finatable_nochildren(struct Atable *t);
+int get_early_num_cores(void);
extern struct Atable *apics;
extern struct Atable *dmar;