forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/packed_section_end.h
....@@ -1,4 +1,3 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
21 /*
32 * Declare directives for structure packing. No padding will be provided
43 * between the members of packed structures, and therefore, there is no
....@@ -16,14 +15,16 @@
1615 * #include <packed_section_end.h>
1716 *
1817 *
19
- * Copyright (C) 1999-2019, Broadcom Corporation
20
- *
18
+ * Portions of this code are copyright (c) 2022 Cypress Semiconductor Corporation
19
+ *
20
+ * Copyright (C) 1999-2017, Broadcom Corporation
21
+ *
2122 * Unless you and Broadcom execute a separate written software license
2223 * agreement governing use of this software, this software is licensed to you
2324 * under the terms of the GNU General Public License version 2 (the "GPL"),
2425 * available at http://www.broadcom.com/licenses/GPLv2.php, with the
2526 * following added to such license:
26
- *
27
+ *
2728 * As a special exception, the copyright holders of this software give you
2829 * permission to link this software with independent modules, and to copy and
2930 * distribute the resulting executable under terms of your choice, provided that
....@@ -31,7 +32,7 @@
3132 * the license of that module. An independent module is a module which is not
3233 * derived from this software. The special exception does not apply to any
3334 * modifications of the software.
34
- *
35
+ *
3536 * Notwithstanding the above, under no circumstances may you combine this
3637 * software in any way with any other Broadcom software provided under a license
3738 * other than the GPL, without Broadcom's express prior written consent.
....@@ -39,9 +40,8 @@
3940 *
4041 * <<Broadcom-WL-IPTag/Open:>>
4142 *
42
- * $Id: packed_section_end.h 514727 2014-11-12 03:02:48Z $
43
+ * $Id: packed_section_end.h 666738 2016-10-24 12:16:37Z $
4344 */
44
-
4545
4646 /* Error check - BWL_PACKED_SECTION is defined in packed_section_start.h
4747 * and undefined in packed_section_end.h. If it is NOT defined at this
....@@ -51,10 +51,7 @@
5151 #undef BWL_PACKED_SECTION
5252 #else
5353 #error "BWL_PACKED_SECTION is NOT defined!"
54
-#endif
55
-
56
-
57
-
54
+#endif // endif
5855
5956 /* Compiler-specific directives for structure packing are declared in
6057 * packed_section_start.h. This marks the end of the structure packing section,