1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253027

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;