Files
thead-kernel/include/dt-bindings/reset/light-reset.h
2022-11-22 15:53:40 +08:00

15 lines
286 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2021 Alibaba, Inc.
*
* Author: zenglinghui <zenglinghui.zlh@linux.alibaba.com>
*/
#ifndef DT_BINDING_RESET_LIGHT_H
#define DT_BINDING_RESET_LIGHT_H
#define LIGHT_RESET_WDT0 0
#define LIGHT_RESET_WDT1 1
#endif