mirror of
https://github.com/acpica/acpica/
synced 2025-01-28 20:25:25 +03:00
Divide interface changes
date 2004.10.05.22.49.00; author rmoore1; state Exp;
This commit is contained in:
parent
c1849b3744
commit
82149469e6
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
|
||||
* $Revision: 1.162 $
|
||||
* $Revision: 1.163 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -768,14 +768,14 @@ AcpiUtPrintString (
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiUtDivide (
|
||||
ACPI_INTEGER *InDividend,
|
||||
ACPI_INTEGER *InDivisor,
|
||||
ACPI_INTEGER InDividend,
|
||||
ACPI_INTEGER InDivisor,
|
||||
ACPI_INTEGER *OutQuotient,
|
||||
ACPI_INTEGER *OutRemainder);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiUtShortDivide (
|
||||
ACPI_INTEGER *InDividend,
|
||||
ACPI_INTEGER InDividend,
|
||||
UINT32 Divisor,
|
||||
ACPI_INTEGER *OutQuotient,
|
||||
UINT32 *OutRemainder);
|
||||
@ -794,6 +794,10 @@ AcpiUtStrtoul64 (
|
||||
UINT32 Base,
|
||||
ACPI_INTEGER *RetInteger);
|
||||
|
||||
/* Values for Base above (16=Hex, 10=Decimal) */
|
||||
|
||||
#define ACPI_ANY_BASE 0
|
||||
|
||||
char *
|
||||
AcpiUtStrupr (
|
||||
char *SrcString);
|
||||
|
Loading…
x
Reference in New Issue
Block a user