summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/linux/agp_backend.h
blob: c3f937853a907b4bc4ceb5ca4008c84099727972 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Public domain. */

#ifndef _LINUX_AGP_BACKEND_H
#define _LINUX_AGP_BACKEND_H

#include <machine/bus.h>

#if defined(__amd64__) || defined(__i386__)
#define AGP_USER_MEMORY			0
#define AGP_USER_CACHED_MEMORY		BUS_DMA_COHERENT
#endif

struct drm_agp_head;

#endif