Sign in
nest-open-source
/
manifest_repos
/
amlogic-driver
/
3bd4d38801cb93b3c1e3f73f69eb77f093660f09
/
.
/
drivers
/
hwspinlock
/
hwspinlock.h
blob: 5d353d436d183538a14f07881bb53ba373129969 [
file
]
/* 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