mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Remove <libmaxsi/sortix-vga.h>.
This commit is contained in:
parent
2c286d6830
commit
6529af1f57
3 changed files with 2 additions and 42 deletions
|
@ -20,8 +20,7 @@
|
|||
|
||||
*******************************************************************************/
|
||||
|
||||
#include <libmaxsi/platform.h>
|
||||
#include <libmaxsi/sortix-vga.h>
|
||||
#include <sortix/vga.h>
|
||||
#include <sys/keycodes.h>
|
||||
#include <sys/termmode.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
|
||||
*******************************************************************************/
|
||||
|
||||
#include <libmaxsi/platform.h>
|
||||
#include <libmaxsi/sortix-vga.h>
|
||||
#include <sortix/vga.h>
|
||||
#include <sys/keycodes.h>
|
||||
#include <sys/termmode.h>
|
||||
#include <assert.h>
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
/******************************************************************************
|
||||
|
||||
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011.
|
||||
|
||||
This file is part of LibMaxsi.
|
||||
|
||||
LibMaxsi is free software: you can redistribute it and/or modify it under
|
||||
the terms of the GNU Lesser General Public License as published by the Free
|
||||
Software Foundation, either version 3 of the License, or (at your option)
|
||||
any later version.
|
||||
|
||||
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
|
||||
more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
sortix-vga.h
|
||||
Provides access to the VGA framebuffer under Sortix. This is highly
|
||||
unportable and is very likely to be removed or changed radically.
|
||||
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef LIBMAXSI_SORTIX_VGA_H
|
||||
#define LIBMAXSI_SORTIX_VGA_H
|
||||
|
||||
#include <sortix/vga.h>
|
||||
|
||||
namespace System
|
||||
{
|
||||
namespace VGA
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue