![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Copyright IBM Corp. 2017 0004 * Author(s): Claudio Imbrenda <imbrenda@linux.vnet.ibm.com> 0005 */ 0006 0007 #ifndef PAGE_STATES_H 0008 #define PAGE_STATES_H 0009 0010 #define ESSA_GET_STATE 0 0011 #define ESSA_SET_STABLE 1 0012 #define ESSA_SET_UNUSED 2 0013 #define ESSA_SET_VOLATILE 3 0014 #define ESSA_SET_POT_VOLATILE 4 0015 #define ESSA_SET_STABLE_RESIDENT 5 0016 #define ESSA_SET_STABLE_IF_RESIDENT 6 0017 #define ESSA_SET_STABLE_NODAT 7 0018 0019 #define ESSA_MAX ESSA_SET_STABLE_NODAT 0020 0021 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |