Renamed interpreter functions to Ex*, Utility functions to Ut*

date	2001.05.09.20.12.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:59:16 +00:00
parent 2fce35716f
commit 5838a8e813

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acpi.h - Master include file, Publics and external data.
* $Revision: 1.53 $
* $Revision: 1.54 $
*
*****************************************************************************/
@ -136,7 +136,7 @@
#include "acstruct.h" /* Common structures */
#include "acglobal.h" /* All global variables */
#include "achware.h" /* Hardware defines and interfaces */
#include "accommon.h" /* Common interfaces */
#include "acutils.h" /* Utility interfaces */
#endif /* __ACPI_H__ */