Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
uboot
/
de274663f5429fe10c48a40f9fbf0c8aa553905d
/
.
/
include
/
imx_sip.h
blob: 48ab878749bcb086a88e1608487e2dc446ae64c2 [
file
] [
log
] [
blame
]
Peng Fan
de27466
2018-01-10 13:20:23 +0800
[
diff
] [
blame^
]
1
/*
2
* Copyright 2017 NXP
3
*
4
* SPDX-License-Identifier: GPL-2.0+
5
*/
6
7
#ifndef
_IMX_SIP_H__
8
#define
_IMX_SIP_H_
9
10
#define
IMX_SIP_SRC
0xC2000005
11
#define
IMX_SIP_SRC_M4_START
0x00
12
#define
IMX_SIP_SRC_M4_STARTED
0x01
13
14
#endif