--- zzzz-none-000/linux-3.10.107/arch/arm/include/uapi/asm/setup.h 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/arch/arm/include/uapi/asm/setup.h 2021-11-10 11:53:52.000000000 +0000 @@ -143,6 +143,20 @@ __u32 fmemclk; }; +/*--- AVM environment ---*/ +#define ATAG_ENVP 0x41000403 + +struct tag_envp { + u32 envp; +}; + +/*--- AVM environment ---*/ +#define ATAG_WLAN_DECT_CONF 0x41000404 + +struct tag_wlan_dect_conf { + u32 address; +}; + struct tag { struct tag_header hdr; union { @@ -155,6 +169,8 @@ struct tag_revision revision; struct tag_videolfb videolfb; struct tag_cmdline cmdline; + struct tag_envp envp; + struct tag_wlan_dect_conf wlan_dect; /* * Acorn specific