drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git] / tools / build / feature / test-libelf-gelf_getnote.c
blob075d062fe8419cf06b16d291153fc4e7b0196610
1 // SPDX-License-Identifier: GPL-2.0
2 #include <stdlib.h>
3 #include <gelf.h>
5 int main(void)
7 return gelf_getnote(NULL, 0, NULL, NULL, NULL);