xref: /qemu/include/hw/char/grlib_uart.h (revision da96ad4a6a2ef26c83b15fa95e7fceef5147269c)
10f3a4a01SFabien Chouteau /*
2*f432962eSClément Chigot  * QEMU GRLIB UART
30f3a4a01SFabien Chouteau  *
4*f432962eSClément Chigot  * SPDX-License-Identifier: MIT
5*f432962eSClément Chigot  *
6*f432962eSClément Chigot  * Copyright (c) 2024 AdaCore
70f3a4a01SFabien Chouteau  *
80f3a4a01SFabien Chouteau  * Permission is hereby granted, free of charge, to any person obtaining a copy
90f3a4a01SFabien Chouteau  * of this software and associated documentation files (the "Software"), to deal
100f3a4a01SFabien Chouteau  * in the Software without restriction, including without limitation the rights
110f3a4a01SFabien Chouteau  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
120f3a4a01SFabien Chouteau  * copies of the Software, and to permit persons to whom the Software is
130f3a4a01SFabien Chouteau  * furnished to do so, subject to the following conditions:
140f3a4a01SFabien Chouteau  *
150f3a4a01SFabien Chouteau  * The above copyright notice and this permission notice shall be included in
160f3a4a01SFabien Chouteau  * all copies or substantial portions of the Software.
170f3a4a01SFabien Chouteau  *
180f3a4a01SFabien Chouteau  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
190f3a4a01SFabien Chouteau  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
200f3a4a01SFabien Chouteau  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
210f3a4a01SFabien Chouteau  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
220f3a4a01SFabien Chouteau  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
230f3a4a01SFabien Chouteau  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
240f3a4a01SFabien Chouteau  * THE SOFTWARE.
250f3a4a01SFabien Chouteau  */
260f3a4a01SFabien Chouteau 
27*f432962eSClément Chigot #ifndef GRLIB_UART_H
28*f432962eSClément Chigot #define GRLIB_UART_H
290f3a4a01SFabien Chouteau 
30e178113fSMarkus Armbruster #define TYPE_GRLIB_APB_UART "grlib-apbuart"
318b1e1320SFabien Chouteau 
32*f432962eSClément Chigot #endif
33