xref: /openbmc/qemu/include/hw/char/xilinx_uartlite.h (revision dc1daf39)
11b6d0781Sxiaoqiang zhao /*
21b6d0781Sxiaoqiang zhao  * This program is free software; you can redistribute it and/or modify it
31b6d0781Sxiaoqiang zhao  * under the terms and conditions of the GNU General Public License,
41b6d0781Sxiaoqiang zhao  * version 2 or later, as published by the Free Software Foundation.
51b6d0781Sxiaoqiang zhao  *
61b6d0781Sxiaoqiang zhao  * This program is distributed in the hope it will be useful, but WITHOUT
71b6d0781Sxiaoqiang zhao  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
81b6d0781Sxiaoqiang zhao  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
91b6d0781Sxiaoqiang zhao  * more details.
101b6d0781Sxiaoqiang zhao  *
111b6d0781Sxiaoqiang zhao  * You should have received a copy of the GNU General Public License along with
121b6d0781Sxiaoqiang zhao  * this program.  If not, see <http://www.gnu.org/licenses/>.
131b6d0781Sxiaoqiang zhao  */
141b6d0781Sxiaoqiang zhao 
151b6d0781Sxiaoqiang zhao #ifndef XILINX_UARTLITE_H
161b6d0781Sxiaoqiang zhao #define XILINX_UARTLITE_H
171b6d0781Sxiaoqiang zhao 
18*3440a4a9SPhilippe Mathieu-Daudé #include "qom/object.h"
19*3440a4a9SPhilippe Mathieu-Daudé 
20*3440a4a9SPhilippe Mathieu-Daudé #define TYPE_XILINX_UARTLITE "xlnx.xps-uartlite"
21*3440a4a9SPhilippe Mathieu-Daudé OBJECT_DECLARE_SIMPLE_TYPE(XilinxUARTLite, XILINX_UARTLITE)
22ec150c7eSMarkus Armbruster 
231b6d0781Sxiaoqiang zhao #endif
24