From 45aba1bcd7242777de7facc80824f5b832dbb56d Mon Sep 17 00:00:00 2001 From: zhuzhuzhu <945386260@qq.com> Date: Tue, 8 Oct 2024 02:45:51 +0000 Subject: [PATCH] add head --- components/drivers/phy/ofw.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/drivers/phy/ofw.h b/components/drivers/phy/ofw.h index b2af43e800..30aa77088d 100644 --- a/components/drivers/phy/ofw.h +++ b/components/drivers/phy/ofw.h @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2006-2024 RT-Thread Development Team + * + * SPDX-License-Identifier: Apache-2.0 + * + * Change Logs: + * Date Author Notes + * 2024-09-25 zhujiale the first version + */ #ifndef __NET_OFW_H__ #define __NET_OFW_H__ #include