11 lines
285 B
C
11 lines
285 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright(c) 2020 - 2023 Allwinner Technology Co.,Ltd. All rights reserved. */
|
|
#ifndef _SUNXI_INNO_H
|
|
#define _SUNXI_INNO_H
|
|
|
|
#include <linux/notifier.h>
|
|
|
|
extern struct atomic_notifier_head inno_subsys_notifier_list;
|
|
|
|
#endif /* _SUNXI_INNO_H */
|