mesa: add managarm support

Co-authored-by: Alexander Richards <electrodeyt@gmail.com>
Signed-off-by: Alexander Richards <electrodeyt@gmail.com>
Signed-off-by: Dennis Bonke <dennis@managarm.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25818>
This commit is contained in:
Dennis Bonke
2023-04-16 20:33:01 +02:00
committed by Marge Bot
parent 0e68dd1a52
commit 653405ee08
9 changed files with 19 additions and 11 deletions

View File

@@ -20,7 +20,7 @@
#ifndef _DMA_BUF_UAPI_H_
#define _DMA_BUF_UAPI_H_
#if defined(__linux__)
#if defined(__linux__) || defined(__managarm__)
#include <linux/types.h>

View File

@@ -35,7 +35,7 @@
#ifndef _DRM_H_
#define _DRM_H_
#if defined(__linux__)
#if defined(__linux__) || defined(__managarm__)
#include <linux/types.h>
#include <asm/ioctl.h>