Sign in
nest-open-source
/
manifest_repos
/
kernel
/
139a32476c8dd3801b2ab4d7c8e3bf89cec66f0f
/
.
/
drivers
/
amlogic
/
mfh
/
mfh_sysfs.h
blob: 539cbfde578b55c0b7ff2fa071253e8c48dab96f [
file
]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
#ifndef
__MFH_SYSFS__
void
mfh_dev_create_file
(
struct
device
*
dev
);
void
mfh_dev_remove_file
(
struct
device
*
dev
);
#endif