xf86InPriv.h revision cabde247f900dcf6e58d009bbdd15099c028c6fc
2N/A
2N/A/*
2N/A * Copyright (c) 1999 by The XFree86 Project, Inc.
2N/A *
2N/A * Permission is hereby granted, free of charge, to any person obtaining a
2N/A * copy of this software and associated documentation files (the "Software"),
2N/A * to deal in the Software without restriction, including without limitation
2N/A * the rights to use, copy, modify, merge, publish, distribute, sublicense,
2N/A * and/or sell copies of the Software, and to permit persons to whom the
2N/A * Software is furnished to do so, subject to the following conditions:
2N/A *
2N/A * The above copyright notice and this permission notice shall be included in
2N/A * all copies or substantial portions of the Software.
2N/A *
2N/A * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2N/A * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2N/A * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2N/A * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
2N/A * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2N/A * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2N/A * OTHER DEALINGS IN THE SOFTWARE.
2N/A *
2N/A * Except as contained in this notice, the name of the copyright holder(s)
2N/A * and author(s) shall not be used in advertising or otherwise to promote
2N/A * the sale, use or other dealings in this Software without prior written
2N/A * authorization from the copyright holder(s) and author(s).
2N/A */
2N/A
2N/A#ifdef HAVE_XORG_CONFIG_H
2N/A#include <xorg-config.h>
2N/A#endif
2N/A
2N/A#ifndef _xf86InPriv_h
2N/A#define _xf86InPriv_h
2N/A
2N/A/* xf86Globals.c */
2N/Aextern InputDriverPtr *xf86InputDriverList;
2N/Aextern int xf86NumInputDrivers;
2N/A
2N/A/* xf86Xinput.c */
2N/Aint xf86ActivateDevice(InputInfoPtr pInfo);
2N/A
2N/A/* xf86Helper.c */
2N/AInputDriverPtr xf86LookupInputDriver(const char *name);
2N/A
2N/A#endif /* _xf86InPriv_h */
2N/A