mesa: Optionally build a dricore support library (v3)
[mesa.git] / src / mesa / x86 / 3dnow.h
index ee87c5af3dd4ec30698f8ba19836f5ed3d097885..1c1fedcd4f3006c45cfc802bafb5d4187930b338 100644 (file)
@@ -1,10 +1,9 @@
-/* $Id: 3dnow.h,v 1.3 2000/11/16 21:05:41 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Version:  3.5
  *
- * Copyright (C) 1999  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -32,9 +31,6 @@
 #ifndef __3DNOW_H__
 #define __3DNOW_H__
 
-#include "math/m_xform.h"
-
-void gl_init_3dnow_transform_asm( void );
-void gl_init_3dnow_vertex_asm( void );
+void _mesa_init_3dnow_transform_asm( void );
 
 #endif