Lines Matching full:header
17 # Do not add a new header to the blacklist without legitimate reason.
18 # Please consider to fix the header first.
21 no-header-test += asm/ucontext.h
22 no-header-test += drm/vmwgfx_drm.h
23 no-header-test += linux/am437x-vpfe.h
24 no-header-test += linux/coda.h
25 no-header-test += linux/cyclades.h
26 no-header-test += linux/errqueue.h
27 no-header-test += linux/hdlc/ioctl.h
28 no-header-test += linux/ivtv.h
29 no-header-test += linux/matroxfb.h
30 no-header-test += linux/omap3isp.h
31 no-header-test += linux/omapfb.h
32 no-header-test += linux/patchkey.h
33 no-header-test += linux/phonet.h
34 no-header-test += linux/sctp.h
35 no-header-test += linux/sysctl.h
36 no-header-test += linux/usb/audio.h
37 no-header-test += linux/v4l2-mediabus.h
38 no-header-test += linux/v4l2-subdev.h
39 no-header-test += linux/videodev2.h
40 no-header-test += linux/vm_sockets.h
41 no-header-test += sound/asequencer.h
42 no-header-test += sound/asoc.h
43 no-header-test += sound/asound.h
44 no-header-test += sound/compress_offload.h
45 no-header-test += sound/emu10k1.h
46 no-header-test += sound/sfnt_info.h
47 no-header-test += xen/evtchn.h
48 no-header-test += xen/gntdev.h
49 no-header-test += xen/privcmd.h
54 no-header-test += linux/bpf_perf_event.h
58 no-header-test += asm/uctx.h
59 no-header-test += asm/fbio.h
63 no-header-test += asm-generic/%
67 # Do not add a new header to the list without legitimate reason.
68 # Please consider to fix the header first.
71 no-header-test-cxx += linux/auto_dev-ioctl.h
72 no-header-test-cxx += linux/map_to_14segment.h
73 no-header-test-cxx += linux/map_to_7segment.h
74 no-header-test-cxx += linux/netfilter/xt_sctp.h
75 no-header-test-cxx += linux/target_core_user.h
76 no-header-test-cxx += linux/vhost.h
77 no-header-test-cxx += linux/vhost_types.h
78 no-header-test-cxx += linux/virtio_net.h
79 no-header-test-cxx += linux/virtio_ring.h
80 no-header-test-cxx += scsi/fc/fc_els.h
83 no-header-test-cxx += asm/elf.h
86 # The following are using libc header and types.
88 # Do not add a new header to the list without legitimate reason.
89 # Please consider to fix the header first.
167 target-can-compile = $(filter-out $(no-header-test), $*.h)
168 target-can-compile-cxx = $(and $(cc-can-compile-cxx), $(target-can-compile), $(filter-out $(no-header-test-cxx), $*.h))
173 # Include the header twice to detect missing include guard.