1*efbf8fe2Smatt /* $NetBSD: shutdown_xenbus.h,v 1.5 2012/07/28 02:08:50 matt Exp $ */ 2467e0c98Syamt 3467e0c98Syamt /*- 4467e0c98Syamt * Copyright (c)2006 YAMAMOTO Takashi, 5467e0c98Syamt * All rights reserved. 6467e0c98Syamt * 7467e0c98Syamt * Redistribution and use in source and binary forms, with or without 8467e0c98Syamt * modification, are permitted provided that the following conditions 9467e0c98Syamt * are met: 10467e0c98Syamt * 1. Redistributions of source code must retain the above copyright 11467e0c98Syamt * notice, this list of conditions and the following disclaimer. 12467e0c98Syamt * 2. Redistributions in binary form must reproduce the above copyright 13467e0c98Syamt * notice, this list of conditions and the following disclaimer in the 14467e0c98Syamt * documentation and/or other materials provided with the distribution. 15467e0c98Syamt * 16467e0c98Syamt * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 17467e0c98Syamt * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18467e0c98Syamt * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19467e0c98Syamt * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 20467e0c98Syamt * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21467e0c98Syamt * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22467e0c98Syamt * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23467e0c98Syamt * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24467e0c98Syamt * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25467e0c98Syamt * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26467e0c98Syamt * SUCH DAMAGE. 27467e0c98Syamt */ 28467e0c98Syamt 29467e0c98Syamt #ifndef _XEN_SHUTDOWN_XENBUS_H_ 30467e0c98Syamt #define _XEN_SHUTDOWN_XENBUS_H_ 31467e0c98Syamt 32eba16022Sjym /* Whether dom0 ordered a suspend (true) or not (false) */ 33*efbf8fe2Smatt extern bool xen_suspend_allow; 34eba16022Sjym 35467e0c98Syamt void shutdown_xenbus_setup(void); 36467e0c98Syamt 37467e0c98Syamt #endif /* _XEN_SHUTDOWN_XENBUS_H_ */ 38