mirror of
https://github.com/qemu/qemu.git
synced 2025-08-16 17:37:19 +00:00
include/exec: Split out mmap-lock.h
Split out mmap_lock, et al from page-protection.h to a new header. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@ -56,6 +56,7 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "qemu-bsd.h"
|
||||
#include "exec/mmap-lock.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "user/page-protection.h"
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "qemu/osdep.h"
|
||||
#include "exec/mmap-lock.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "user/page-protection.h"
|
||||
|
||||
|
Reference in New Issue
Block a user