acpihalt: fix GRUB_DSDT_TEST compilation

This commit is contained in:
Andrei Borzenkov 2016-01-02 19:02:19 +03:00
parent ba83ed1538
commit 19554a6034
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,8 @@
#ifndef GRUB_DSDT_TEST
#include <grub/types.h>
#include <grub/err.h>
#else
#define GRUB_PACKED __attribute__ ((packed))
#endif
#define GRUB_RSDP_SIGNATURE "RSD PTR "