| /* | |
| * (C) Copyright 2024 Glider bv | |
| * | |
| * This file is subject to the terms and conditions of the GNU General Public | |
| * License. See the file COPYING in the main directory of this archive for | |
| * more details. | |
| */ | |
| #define DEFAULT_EXPORT_XRES 640 | |
| #define DEFAULT_EXPORT_YRES 480 | |
| extern void export_init(void); | |
| extern void export_fb(const char *name); |