diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-09-29 17:08:30 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-09-29 17:08:30 +0000 |
| commit | 2c673001fb88105f2d160032c4d4b76cb518e37f (patch) | |
| tree | 3fc3b6aef8822267bd455907a6fce55c3f98b2ed /source/include/acapps.h | |
| parent | 0810e26699e1b40b9384eca2137be6155de0a5ba (diff) | |
Diffstat (limited to 'source/include/acapps.h')
| -rw-r--r-- | source/include/acapps.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/acapps.h b/source/include/acapps.h index 4ca3e80fb31e..faae2fb6917e 100644 --- a/source/include/acapps.h +++ b/source/include/acapps.h @@ -188,6 +188,9 @@ Prefix, ACPICA_COPYRIGHT, \ Prefix +#define ACPI_COMMON_BUILD_TIME \ + "Build date/time: %s %s\n", __DATE__, __TIME__ + /* Macros for usage messages */ #define ACPI_USAGE_HEADER(Usage) \ |
