mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
c780df0b08
PD#SWPL-95684 Problem: combine memory_ext addr_tool and reg_access modules Solution: result: amlogic-memory-debug.ko original: file_cache.ko watch_point.ko amlogic-reg.ko amlogic-ddr.ko Verify: sc2/s4d Change-Id: Id143e085dd26c0b57631dbab4c003534905d0661 Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
13 lines
231 B
C
13 lines
231 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef AML_DMC_HEADERS
|
|
#define AML_DMC_HEADERS
|
|
|
|
void dmc_set_urgent(unsigned int port, unsigned int type);
|
|
|
|
#endif
|
|
|