umka/umkart.h
Ivan Baravy be21f83af2 Split vnet driver to generic vnet part, tap and file interfaces
Fix most compilation issues of umka_shell on Windows(R)(TM), not all
of them.
2023-02-01 18:55:20 +00:00

24 lines
422 B
C

/*
SPDX-License-Identifier: GPL-2.0-or-later
UMKa - User-Mode KolibriOS developer tools
Copyright (C) 2021, 2023 Ivan Baravy <dunkaist@gmail.com>
*/
#ifndef UMKART_H_INCLUDED
#define UMKART_H_INCLUDED
#include "umka.h"
#include "shell.h"
extern struct umka_cmd umka_cmd_buf[CMD_BUF_LEN];
void
dump_devices_dat(const char *filename);
void
copy_display_to_rgb888(void *to);
#endif // UMKART_H_INCLUDED