3567N/A/*
3349N/A * Copyright © 2013 Keith Packard
3349N/A *
3349N/A * Permission to use, copy, modify, distribute, and sell this software and its
3349N/A * documentation for any purpose is hereby granted without fee, provided that
3349N/A * the above copyright notice appear in all copies and that both that copyright
3349N/A * notice and this permission notice appear in supporting documentation, and
3349N/A * that the name of the copyright holders not be used in advertising or
3349N/A * publicity pertaining to distribution of the software without specific,
3349N/A * written prior permission. The copyright holders make no representations
3349N/A * about the suitability of this software for any purpose. It is provided "as
3349N/A * is" without express or implied warranty.
3349N/A *
3349N/A * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
3349N/A * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
3349N/A * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
3349N/A * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
3349N/A * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
3349N/A * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
3349N/A * OF THIS SOFTWARE.
3349N/A */
3349N/A
3349N/A#ifndef _MISYNCSHM_H_
3349N/A#define _MISYNCSHM_H_
3349N/A
3349N/Aextern _X_EXPORT Bool miSyncShmScreenInit(ScreenPtr pScreen);
3349N/A
3349N/A#endif /* _MISYNCSHM_H_ */
3349N/A