Files
umka/umkart.h
T

25 lines
430 B
C
Raw Normal View History

2022-06-27 21:36:56 +04:00
/*
SPDX-License-Identifier: GPL-2.0-or-later
UMKa - User-Mode KolibriOS developer tools
Copyright (C) 2021, 2023 Ivan Baravy <dunkaist@gmail.com>
2022-06-27 21:36:56 +04:00
*/
#ifndef UMKART_H_INCLUDED
#define UMKART_H_INCLUDED
2023-02-03 07:39:32 +03:00
#include <stdatomic.h>
#include "umka.h"
#include "shell.h"
2023-02-03 07:39:32 +03:00
extern atomic_int umka_irq_number;
void
dump_devices_dat(const char *filename);
void
copy_display_to_rgb888(void *to);
#endif // UMKART_H_INCLUDED