Files
kernel_common_drivers/drivers/hwspinlock/hwspinlock.h
T
hongyu.chen1 ced68011a7 T5M: add hwspinlock. [3/3]
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>
2023-01-04 01:07:19 -08:00

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