/* | |
* Copyright (c) 2012 The Native Client Authors. All rights reserved. | |
* Use of this source code is governed by a BSD-style license that can be | |
* found in the LICENSE file. | |
*/ | |
#ifndef __NACL_ARM_DEFS_H__ | |
#define __NACL_ARM_DEFS_H__ | |
/* These values are copied from: | |
* native_client/src/trusted/service_runtime/nacl_config.h | |
*/ | |
#define NACL_BLOCK_SHIFT 4 | |
#define NACL_DATA_FLOW_MASK 0xC0000000 | |
#define NACL_CONTROL_FLOW_MASK 0xC000000F | |
#endif |