M7350/kernel/drivers/input/touchscreen/synaptics/rmi_bus.h

33 lines
895 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
/**
*
* Synaptics Register Mapped Interface (RMI4) - RMI Bus Module Header.
* Copyright (C) 2007 - 2010, Synaptics Incorporated
*
*/
/*
*
* This file is licensed under the GPL2 license.
*
*#############################################################################
* GPL
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
*#############################################################################
*/
#ifndef _RMI_BUS_H
#define _RMI_BUS_H
extern struct bus_type rmi_bus_type;
#endif