hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/net/ethernet/apple/mace.h
....@@ -1,13 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * mace.h - definitions for the registers in the Am79C940 MACE
34 * (Medium Access Control for Ethernet) controller.
45 *
56 * Copyright (C) 1996 Paul Mackerras.
6
- *
7
- * This program is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU General Public License
9
- * as published by the Free Software Foundation; either version
10
- * 2 of the License, or (at your option) any later version.
117 */
128
139 #define REG(x) volatile unsigned char x; char x ## _pad[15]