--- changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog.txt
diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..199d487 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,9 @@ +---------------------------------------- +19 November 2013. Summary of changes: + +1) ACPI structures alignment to 1 byte + +ACPI structures are taken directly from Linux tree. They are all wrap inside +#pragma pack(1) just to be sure 1 byte alignment requirements are satisfied. + +---------------------------------------- \ No newline at end of file