mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-23 17:18:42 +00:00
ebpf: experiments.
This commit is contained in:
10
ebpf/include/video/edid.h
Normal file
10
ebpf/include/video/edid.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
||||
#ifndef __linux_video_edid_h__
|
||||
#define __linux_video_edid_h__
|
||||
|
||||
struct edid_info {
|
||||
unsigned char dummy[128];
|
||||
};
|
||||
|
||||
|
||||
#endif /* __linux_video_edid_h__ */
|
Reference in New Issue
Block a user