1224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng/*
2224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng * Copyright (C) 2012 ARM Ltd.
3224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng *
4224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng * This program is free software; you can redistribute it and/or modify
5224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng * it under the terms of the GNU General Public License version 2 as
6224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng * published by the Free Software Foundation.
7224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng *
8224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng * This program is distributed in the hope that it will be useful,
9224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng * but WITHOUT ANY WARRANTY; without even the implied warranty of
10224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng * GNU General Public License for more details.
12224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng *
13224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng * You should have received a copy of the GNU General Public License
14224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng */
16224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng#ifndef __ASM_PARAM_H
17224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng#define __ASM_PARAM_H
18224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng
19224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng#define EXEC_PAGESIZE	65536
20224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng
21224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng#include <asm-generic/param.h>
22224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng
23224b54f69543a5c0ec18f99bd717d2b724582eb6Ben Cheng#endif
24