1251767Sgibbs/*
2251767Sgibbs * Structure definitions for HVM state that is held by Xen and must
3251767Sgibbs * be saved along with the domain's memory and device-model state.
4251767Sgibbs *
5251767Sgibbs * Copyright (c) 2012 Citrix Systems Ltd.
6251767Sgibbs *
7251767Sgibbs * Permission is hereby granted, free of charge, to any person obtaining a copy
8251767Sgibbs * of this software and associated documentation files (the "Software"), to
9251767Sgibbs * deal in the Software without restriction, including without limitation the
10251767Sgibbs * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
11251767Sgibbs * sell copies of the Software, and to permit persons to whom the Software is
12251767Sgibbs * furnished to do so, subject to the following conditions:
13251767Sgibbs *
14251767Sgibbs * The above copyright notice and this permission notice shall be included in
15251767Sgibbs * all copies or substantial portions of the Software.
16251767Sgibbs *
17251767Sgibbs * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18251767Sgibbs * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19251767Sgibbs * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20251767Sgibbs * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21251767Sgibbs * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22251767Sgibbs * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23251767Sgibbs * DEALINGS IN THE SOFTWARE.
24251767Sgibbs */
25251767Sgibbs
26251767Sgibbs#ifndef __XEN_PUBLIC_HVM_SAVE_ARM_H__
27251767Sgibbs#define __XEN_PUBLIC_HVM_SAVE_ARM_H__
28251767Sgibbs
29251767Sgibbs#endif
30251767Sgibbs
31251767Sgibbs/*
32251767Sgibbs * Local variables:
33251767Sgibbs * mode: C
34288917Sroyger * c-file-style: "BSD"
35251767Sgibbs * c-basic-offset: 4
36251767Sgibbs * tab-width: 4
37251767Sgibbs * indent-tabs-mode: nil
38251767Sgibbs * End:
39251767Sgibbs */
40