1/*
2 * ssdt_s4.asl
3 *
4 * Copyright (c) 2011  Citrix Systems, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU Lesser General Public License as published
8 * by the Free Software Foundation; version 2.1 only. with the special
9 * exception on linking described in file LICENSE.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 * GNU Lesser General Public License for more details.
15 */
16
17DefinitionBlock ("SSDT_S4.aml", "SSDT", 2, "Xen", "HVM", 0)
18{
19    /* Must match piix emulation */
20    Name (\_S4, Package (0x04)
21    {
22        0x00,  /* PM1a_CNT.SLP_TYP */
23        0x00,  /* PM1b_CNT.SLP_TYP */
24        0x00,  /* reserved */
25        0x00   /* reserved */
26    })
27}
28
29