PERFORCE change 38518 for review

John Baldwin jhb at FreeBSD.org
Wed Sep 24 09:45:59 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=38518

Change 38518 by jhb at jhb_laptop on 2003/09/24 09:45:08

	Add prototypes.

Affected files ...

.. //depot/projects/power/sys/dev/acpica/acpivar.h#2 edit

Differences ...

==== //depot/projects/power/sys/dev/acpica/acpivar.h#2 (text+ko) ====

@@ -172,6 +172,7 @@
 extern BOOLEAN		acpi_MatchHid(device_t dev, char *hid);
 extern ACPI_STATUS	acpi_GetHandleInScope(ACPI_HANDLE parent, char *path,
 					      ACPI_HANDLE *result);
+extern ACPI_STATUS	acpi_GetPowerState(ACPI_HANDLE handle, int *state);
 extern ACPI_BUFFER	*acpi_AllocBuffer(int size);
 extern ACPI_STATUS	acpi_EvaluateInteger(ACPI_HANDLE handle, char *path,
 					     int *number);
@@ -185,6 +186,7 @@
 extern ACPI_STATUS	acpi_AppendBufferResource(ACPI_BUFFER *buf,
 						  ACPI_RESOURCE *res);
 extern ACPI_STATUS	acpi_SetIntrModel(int model);
+extern ACPI_STATUS	acpi_SetPowerState(ACPI_HANDLE handle, int state);
 extern ACPI_STATUS	acpi_SetSleepState(struct acpi_softc *sc, int state);
 extern ACPI_STATUS	acpi_Enable(struct acpi_softc *sc);
 extern ACPI_STATUS	acpi_Disable(struct acpi_softc *sc);


More information about the p4-projects mailing list