mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
ced68011a7
PD#SWPL-104753 Problem: add hwspinlock driver Solution: add hwspinlock driver Verify: ay301 Change-Id: I00fe24c4e1557efbe9357f0c88c8aded28d9d7f9 Signed-off-by: hongyu.chen1 <hongyu.chen1@amlogic.com>
12 lines
246 B
C
12 lines
246 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __AML_HWSPINLOCK__
|
|
#define __AML_HWSPINLOCK__
|
|
|
|
int __init aml_hwspinlock_init(void);
|
|
void aml_hwspinlock_exit(void);
|
|
#endif
|