aboutsummaryrefslogtreecommitdiffstats
path: root/usemem_mincore.h
blob: 377da531766b881d2061eddac01517f2ec6b22d0 (plain)
1
2
3
4
5
6
#ifndef _USEMEM_MINCORE_H
#define _USEMEM_MINCORE_H

unsigned char *mincore_hugepages(unsigned char *, unsigned long );

#endif