You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
307 B
11 lines
307 B
![]()
15 years ago
|
#ifndef ACPI_ATOMIC_IO_H
|
||
|
#define ACPI_ATOMIC_IO_H
|
||
|
|
||
|
int acpi_pre_map_gar(struct acpi_generic_address *reg);
|
||
|
int acpi_post_unmap_gar(struct acpi_generic_address *reg);
|
||
|
|
||
|
int acpi_atomic_read(u64 *val, struct acpi_generic_address *reg);
|
||
|
int acpi_atomic_write(u64 val, struct acpi_generic_address *reg);
|
||
|
|
||
|
#endif
|