diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-07-24 21:21:06 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-07-24 21:21:57 -0700 |
commit | 3bb842cb55fd201a559bef19c06db4aee0485d26 (patch) | |
tree | 29a3f3ff1b24cd1699a4f939815140c4045b9f39 /src/nvreg.h | |
parent | 08b68473351081fe1ed96ba7e206ed0d301b8a91 (diff) |
Nuke old RCS tags.
Fix the ends of files. Update the known cards date.
Diffstat (limited to 'src/nvreg.h')
-rw-r--r-- | src/nvreg.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/nvreg.h b/src/nvreg.h index c7bd6ba..aa12b0c 100644 --- a/src/nvreg.h +++ b/src/nvreg.h @@ -1,4 +1,3 @@ -/* $XConsortium: nvreg.h /main/2 1996/10/28 05:13:41 kaleb $ */ /* * Copyright 1996-1997 David J. McKay * @@ -21,8 +20,6 @@ * SOFTWARE. */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nvreg.h,v 1.6 2002/01/25 21:56:06 tsi Exp $ */ - #ifndef __NVREG_H_ #define __NVREG_H_ @@ -195,6 +192,4 @@ typedef enum {NV1,NV3,NV4,NV10,NumNVChips} NVChipType; NVChipType GetChipType(void); -#endif - - +#endif /* __NVREG_H_ */ |