blob: af1817b385179b978cbf91f093190a0c0310f5db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/v1kregs.h,v 1.4 1999/11/19 13:54:45 hohndel Exp $ */
#ifndef __V1KREGS_H__
#define __V1KREGS_H__
/* Include definitions that are same on all chips */
#include "commonregs.h"
/**************************************************************/
/* V1K was the first chip and needs no additional definitions */
/**************************************************************/
#endif /* __V1KREGS_H__ */
|