.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "IBM_GET_TABLE_FROM_ACPI" "9" "09 October 2005" "" ""
.SH NAME
ibm_get_table_from_acpi \- reads the APLS buffer from ACPI
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ibm_get_table_from_acpi (char ** \fIbufp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbufp\fB\fR
address to pointer to allocate for the table
.SH "DESCRIPTION"
.PP
this method reads the APLS buffer in from ACPI and
stores the ``stripped'' table into a single buffer
it allocates and passes the address back in bufp
.PP
If NULL is passed in as buffer, this method only calculates
the size of the table and returns that without filling
in the buffer
.PP
returns < 0 on error or the size of the table on success