projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e637d32
)
ACPICA: iASL: Enhance the -tc option (create AML hex file in C)
author
Bob Moore
<
[email protected]
>
Tue, 8 May 2018 21:06:07 +0000
(14:06 -0700)
committer
Rafael J. Wysocki
<
[email protected]
>
Tue, 15 May 2018 08:16:10 +0000
(10:16 +0200)
This change improves the -tc option by:
1) Creates a unique symbol for the hex table, to simplify
creation of multiple tables (DSDT/SSDT).
2) Adds a protection #ifdef, similar to a .h file.
With assistance from:
Sami Mujawar,
[email protected]
Evan Lloyd,
[email protected]
Signed-off-by: Bob Moore <
[email protected]
>
Signed-off-by: Erik Schmauss <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/acpi/acpica/acapps.h
patch
|
blob
|
history
diff --git
a/drivers/acpi/acpica/acapps.h
b/drivers/acpi/acpica/acapps.h
index a2a85122fafeeb1bf6ec3813fa845cfa8da63a24..5a9c2febc0fb9df68e034137af4c05255a87da61 100644
(file)
--- a/
drivers/acpi/acpica/acapps.h
+++ b/
drivers/acpi/acpica/acapps.h
@@
-143,6
+143,8
@@
acpi_status
fl_split_input_pathname(char *input_path,
char **out_directory_path, char **out_filename);
+char *fl_get_file_basename(char *file_pathname);
+
char *ad_generate_filename(char *prefix, char *table_id);
void