+shannon
On 24 May 2015 at 11:29, Parth Dixit wrote:
>
>
> On 18 May 2015 at 18:42, Julien Grall wrote:
>>
>> Hi Parth,
>>
>> On 17/05/15 21:03, Parth Dixit wrote:
>> > +#ifndef _ASM_ARM64_ACPI_H
>> > +#define _ASM_ARM64_ACPI_H
>>
>> s/_ASM_ARM64_ACPI_H/_ASM_ARM_ACPI_H/
>>
>> > +
>> > +#include
On 18 May 2015 at 18:42, Julien Grall wrote:
> Hi Parth,
>
> On 17/05/15 21:03, Parth Dixit wrote:
> > +#ifndef _ASM_ARM64_ACPI_H
> > +#define _ASM_ARM64_ACPI_H
>
> s/_ASM_ARM64_ACPI_H/_ASM_ARM_ACPI_H/
>
> > +
> > +#include
> > +
> > +#define COMPILER_DEPENDENT_INT64 long long
> > +#define COM
Hi Parth,
On 17/05/15 21:03, Parth Dixit wrote:
> +#ifndef _ASM_ARM64_ACPI_H
> +#define _ASM_ARM64_ACPI_H
s/_ASM_ARM64_ACPI_H/_ASM_ARM_ACPI_H/
> +
> +#include
> +
> +#define COMPILER_DEPENDENT_INT64 long long
> +#define COMPILER_DEPENDENT_UINT64 unsigned long long
> +
> +extern bool_t acpi_d
add architecture specific definitions and calls
required for acpi in new header file
Signed-off-by: Parth Dixit
---
xen/include/asm-arm/acpi.h | 38 ++
1 file changed, 38 insertions(+)
create mode 100644 xen/include/asm-arm/acpi.h
diff --git a/xen/include/as