master
h 17 lines 336 Bytes
Raw
1 /*
2 * Mai Logic Articia S emulation
3 *
4 * Copyright (c) 2023 BALATON Zoltan
5 *
6 * This work is licensed under the GNU GPL license version 2 or later.
7 *
8 */
9
10 #ifndef ARTICIA_H
11 #define ARTICIA_H
12
13 #define TYPE_ARTICIA "articia"
14 #define TYPE_ARTICIA_PCI_HOST "articia-pci-host"
15 #define TYPE_ARTICIA_PCI_BRIDGE "articia-pci-bridge"
16
17 #endif