blob: 39747761246ffe142bcefc46b9d45ae46a6495f8 [file] [log] [blame]
developer79e690d2022-12-13 17:05:25 +08001--- /dev/null
2+++ b/backport-include/linux/bcma/bcma_driver_chipcommon.h
3@@ -0,0 +1,10 @@
4+#ifndef __BACKPORT_BCMA_DRIVER_CHIPCOMMON_H
5+#define __BACKPORT_BCMA_DRIVER_CHIPCOMMON_H
6+
7+#include_next <linux/bcma/bcma_driver_chipcommon.h>
8+
9+#ifndef BCMA_CC_SROM_CONTROL_OTP_PRESENT
10+#define BCMA_CC_SROM_CONTROL_OTP_PRESENT 0x00000020
11+#endif
12+
13+#endif