]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/build/feature/test-libelf-gelf_getnote.c
Input: wm97xx: add new AC97 bus support
[mirror_ubuntu-focal-kernel.git] / tools / build / feature / test-libelf-gelf_getnote.c
1 #include <stdlib.h>
2 #include <gelf.h>
3
4 int main(void)
5 {
6 return gelf_getnote(NULL, 0, NULL, NULL, NULL);
7 }