mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
14 lines
350 B
Diff
14 lines
350 B
Diff
|
--- /dev/null
|
||
|
+++ b/backport-include/linux/bcma/bcma_driver_chipcommon.h
|
||
|
@@ -0,0 +1,10 @@
|
||
|
+#ifndef __BACKPORT_BCMA_DRIVER_CHIPCOMMON_H
|
||
|
+#define __BACKPORT_BCMA_DRIVER_CHIPCOMMON_H
|
||
|
+
|
||
|
+#include_next <linux/bcma/bcma_driver_chipcommon.h>
|
||
|
+
|
||
|
+#ifndef BCMA_CC_SROM_CONTROL_OTP_PRESENT
|
||
|
+#define BCMA_CC_SROM_CONTROL_OTP_PRESENT 0x00000020
|
||
|
+#endif
|
||
|
+
|
||
|
+#endif
|