xref: /openbsd/sys/dev/pci/drm/apple/iomfb_v13_3.h (revision 3bef86f7)
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
2 /* Copyright The Asahi Linux Contributors */
3 
4 #ifndef __APPLE_IOMFB_V13_3_H__
5 #define __APPLE_IOMFB_V13_3_H__
6 
7 #include "version_utils.h"
8 
9 #define DCP_FW v13_3
10 #define DCP_FW_VER DCP_FW_VERSION(13, 3, 0)
11 
12 #include "iomfb_template.h"
13 
14 #undef DCP_FW_VER
15 #undef DCP_FW
16 
17 #endif /* __APPLE_IOMFB_V13_3_H__ */
18