diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-06-01 13:12:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-06-01 13:12:24 +0000 |
commit | 34ff32a6eb76ecd8c02c347a6b7df2f8ee41424b (patch) | |
tree | 12e995b5efc85d0853b0d054111cf852eb5074de /target/linux/ar71xx/files/arch/mips/include | |
parent | 24401759784b8aa4b35f99a9e5fc17225efb8565 (diff) | |
download | mtk-20170518-34ff32a6eb76ecd8c02c347a6b7df2f8ee41424b.zip mtk-20170518-34ff32a6eb76ecd8c02c347a6b7df2f8ee41424b.tar.gz mtk-20170518-34ff32a6eb76ecd8c02c347a6b7df2f8ee41424b.tar.bz2 |
ar71xx: export SoC revision
SVN-Revision: 27079
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h index 7c99dba..a001f89 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h @@ -138,6 +138,7 @@ enum ar71xx_soc_type { AR71XX_SOC_AR9342, AR71XX_SOC_AR9344, }; +extern u32 ar71xx_soc_rev; extern enum ar71xx_soc_type ar71xx_soc; |