diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-12 10:50:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-12 10:50:23 +0000 |
commit | 620ec557c200066baa61099bd7026da035940447 (patch) | |
tree | 1ab2cfd036ab73fdaf3176785ff6f0b05ce64213 /sys | |
parent | 39150f44dccb2059ecf255320610be6ec58bb0d9 (diff) |
add apple-gmux.h for 6.1.28 drm
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/drm/include/linux/apple-gmux.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/include/linux/apple-gmux.h b/sys/dev/pci/drm/include/linux/apple-gmux.h new file mode 100644 index 00000000000..1db2b95a426 --- /dev/null +++ b/sys/dev/pci/drm/include/linux/apple-gmux.h @@ -0,0 +1,12 @@ +/* Public domain. */ + +#ifndef _LINUX_APPLE_GMUX_H +#define _LINUX_APPLE_GMUX_H + +static inline bool +apple_gmux_detect(void *a, void *b) +{ + return false; +} + +#endif |