summaryrefslogtreecommitdiffstats
path: root/vxd_terror.h
diff options
context:
space:
mode:
authorJaroslav Hensl <[email protected]>2026-05-10 16:57:06 +0200
committerJaroslav Hensl <[email protected]>2026-05-10 16:57:06 +0200
commit0755608c75c2c0f70978c46ef757746583d6348d (patch)
tree093f69ef88d6ad2416ab28a1e3591c7b7e9db2c8 /vxd_terror.h
parentd921dcce330c3e17e5e05da0b11e50454fedbd08 (diff)
VESA: real HW fixesHEADmain
Diffstat (limited to 'vxd_terror.h')
-rw-r--r--vxd_terror.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/vxd_terror.h b/vxd_terror.h
new file mode 100644
index 0000000..ec67be8
--- /dev/null
+++ b/vxd_terror.h
@@ -0,0 +1,33 @@
+/**************************************************************************
+
+Copyright (c) 2026 Jaroslav Hensl <[email protected]>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+*****************************************************************************/
+#ifndef __VXD_TERROR_H__INCLUDED__
+#define __VXD_TERROR_H__INCLUDED__
+
+/* function to print messages (usually errors) to text console */
+
+void terrorf(const char *fmt, ...);
+void terror(const char *str);
+void tpause();
+
+#endif /* __VXD_TERROR_H__INCLUDED__ */