#ifndef _UAPI_LINUX_MMAN_H #define _UAPI_LINUX_MMAN_H #include #define MREMAP_MAYMOVE 1 #define MREMAP_FIXED 2 #define OVERCOMMIT_GUESS 0 #define OVERCOMMIT_ALWAYS 1 #define OVERCOMMIT_NEVER 2 #endif /* _UAPI_LINUX_MMAN_H */ /net-next.git/atom/include?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-08net: stmmac: Remove the bus_setup function pointerLABBE Corentin1-1/+0
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet1-82/+4
2017-02-08net: phy: Add LED mode driver for Microsemi PHYs.Raju Lakkaraju