Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
Note: File does not exist in v6.8.
1#include <stdio.h>
2
3int syscall_enter(openat)(void *args)
4{
5	puts("Hello, world\n");
6	return 0;
7}
8
9license(GPL);