Move i810_reg.h to lib/intel_reg.h and get it disted.

This commit is contained in:
Eric Anholt 2009-03-27 16:11:50 -07:00
parent 0581738c7a
commit ce4782dc9d
4 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ libintel_tools_la_SOURCES = \
intel_batchbuffer.h \
intel_gpu_tools.c \
intel_gpu_tools.h \
intel_reg.h \
drmtest.c \
drmtest.h

View File

@ -2,7 +2,7 @@
#define INTEL_BATCHBUFFER_H
#include "intel_bufmgr.h"
#include "i810_reg.h"
#include "intel_reg.h"
#define BATCH_SZ 4096
#define BATCH_RESERVED 16

View File

@ -28,7 +28,7 @@
#include <sys/types.h>
#include <pciaccess.h>
#include "intel_chipset.h"
#include "i810_reg.h"
#include "intel_reg.h"
extern struct pci_device *pci_dev;
extern uint32_t devid;