mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 08:08:05 +02:00
Fix the spelling of DRM_AUTH so that the bsd core stuff builds again. Next
up is pcigart.
This commit is contained in:
parent
f1276d3b43
commit
4b2a94db46
1 changed files with 3 additions and 3 deletions
|
|
@ -448,9 +448,9 @@ typedef struct drm_pci_id_list
|
|||
char *name;
|
||||
} drm_pci_id_list_t;
|
||||
|
||||
#define DRM_AUTH_NEEDED 0x1
|
||||
#define DRM_MASTER 0x2
|
||||
#define DRM_ROOT_ONLY 0x4
|
||||
#define DRM_AUTH 0x1
|
||||
#define DRM_MASTER 0x2
|
||||
#define DRM_ROOT_ONLY 0x4
|
||||
typedef struct drm_ioctl_desc {
|
||||
int (*func)(DRM_IOCTL_ARGS);
|
||||
int flags;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue