vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Index: dsdt.c ================================================== ================= RCS file: /cvs/src/sys/dev/acpi/dsdt.c,v retrieving revision 1.47 diff -u -r1.47 dsdt.c --- dsdt.c 14 Jun 2006 16:30:07 -0000 1.47 +++ dsdt.c 28 Aug 2006 02:04:36 -0000 @@ -3019,10 +3019,9 @@ return id; } -struct acpi_context *acpi_alloccontext(struct acpi_softc *sc, - struct aml_node *node, - int argc, - struct aml_value *argv) +struct acpi_context * +acpi_alloccontext(struct acpi_softc *sc, struct aml_node *node, + int argc, struct aml_value *argv) { struct acpi_context *ctx; int idx; @@ -3042,7 +3041,8 @@ return ctx; } -void acpi_freecontext(struct acpi_context *ctx) +void +acpi_freecontext(struct acpi_context *ctx) { int idx; -- Dmitri A. Alenitchev No place like $HOME |