--- zzzz-none-000/linux-4.1.38/include/uapi/linux/Kbuild 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/include/uapi/linux/Kbuild 2020-11-25 10:06:48.000000000 +0000 @@ -30,6 +30,8 @@ header-y += a.out.h endif +header-y += bcm_realtime.h + header-y += acct.h header-y += adb.h header-y += adfs_fs.h @@ -451,3 +453,60 @@ header-y += xilinx-v4l2-controls.h header-y += zorro.h header-y += zorro_ids.h + +header-y += ar7wdt.h +header-y += avm_debug.h +header-y += avm_event.h +header-y += avm_hw_config.h +header-y += avm_kernel_config.h +header-y += avm_net_trace.h +#header-y += avm_power.h +header-y += avm_profile.h +avm_labile_headers += capi_oslib.h +header-y += kconfig.h +avm_labile_headers += new_capi.h +header-y += pcmlink_ul.h +header-y += simple_proc.h +header-y += tffs.h +avm_labile_headers += zugriff.h +#header-y += ppa_api.h +#header-y += ppa_api_common.h +#header-y += ppa_stack_al.h +#header-y += gsw_types.h +#header-y += lantiq_gsw_flow.h + + +# avm_labile_headers contains header files that might not exist +avm_labile_headers += rprot_nettty.h +avm_labile_headers += ulpcmlink.h +avm_labile_headers += avm_dect_api.h +avm_labile_headers += dio_fpapi.h +avm_labile_headers += primitiv.h + +# these headers will be header-y, when we are finished +# porting avm stack to VRX +avm_labile_headers += avm_led_event.h +avm_labile_headers += avm_net_trace_ioctl.h +avm_labile_headers += avm_pa.h +avm_labile_headers += avm_pa_hw.h +avm_labile_headers += avm_pa_ifx_multiplexer.h +avm_labile_headers += avm_pa_intern.h +avm_labile_headers += avm_proc.h +avm_labile_headers += capi_codec.h +avm_labile_headers += capidef.h +avm_labile_headers += codec_dsp.h +avm_labile_headers += import_rtp.h +avm_labile_headers += pcmlink_audio.h +avm_labile_headers += pcmroute.h +avm_labile_headers += rtp_fastpath.h + + +# Check existence of avm_labile_headers ('wildcard' functions requires complete +# path, 'header-y' forbids absolute path names). +header-y += $(patsubst $(srctree)/include/uapi/linux/%,%,\ + $(wildcard \ + $(addprefix $(srctree)/include/uapi/linux/,\ + $(avm_labile_headers)))) + + +header-y += bcm_realtime.h