forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/drivers/net/ethernet/stmicro/stmmac/descs_com.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*******************************************************************************
23 Header File to describe Normal/enhanced descriptor functions used for RING
34 and CHAINED modes.
....@@ -8,17 +9,6 @@
89 descriptors in case of the DMA is configured to work in chained or
910 in ring mode.
1011
11
- This program is free software; you can redistribute it and/or modify it
12
- under the terms and conditions of the GNU General Public License,
13
- version 2, as published by the Free Software Foundation.
14
-
15
- This program is distributed in the hope it will be useful, but WITHOUT
16
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
18
- more details.
19
-
20
- The full GNU General Public License is included in this distribution in
21
- the file called "COPYING".
2212
2313 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
2414 *******************************************************************************/