mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
include: linux: rockchip: add share mem page type define
The share mem page type should be corresponded with smccc call. Change-Id: I2fc97fc6841e2fd6ed7080d6af2fa2929ae355fb Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
This commit is contained in:
@@ -123,6 +123,8 @@ typedef enum {
|
||||
SHARE_PAGE_TYPE_UARTDBG,
|
||||
SHARE_PAGE_TYPE_DDR,
|
||||
SHARE_PAGE_TYPE_DDRDBG,
|
||||
SHARE_PAGE_TYPE_DDRECC,
|
||||
SHARE_PAGE_TYPE_LAST_LOG,
|
||||
SHARE_PAGE_TYPE_MAX,
|
||||
} share_page_type_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user