Add AR9341, AR9342, AR9344 SoC types.

This commit is contained in:
Adrian Chadd 2013-07-08 06:10:29 +00:00
parent dc67be5395
commit 4178f27320

View File

@ -41,6 +41,9 @@ enum ar71xx_soc_type {
AR71XX_SOC_AR9132,
AR71XX_SOC_AR9330,
AR71XX_SOC_AR9331,
AR71XX_SOC_AR9341,
AR71XX_SOC_AR9342,
AR71XX_SOC_AR9344,
};
extern enum ar71xx_soc_type ar71xx_soc;