repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
power: supply: bq24190_charger: Add disable-reset device-property
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
x86
/
mpx-mm.h
blob
af706a5398f7a7328448f83233a1da0a90e544b2
1
#ifndef _MPX_MM_H
2
#define _MPX_MM_H
3
4
#define PAGE_SIZE 4096
5
#define MB (1UL<<20)
6
7
extern
long
nr_incore
(
void
*
ptr
,
unsigned long
size_bytes
);
8
9
#endif
/* _MPX_MM_H */