From 7199e74aa22e592a3b77bdd81f735edca5470596 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sat, 20 Jan 2024 17:59:40 -0500 Subject: update --- include/hilbert/syscall.hpp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 include/hilbert/syscall.hpp (limited to 'include/hilbert/syscall.hpp') diff --git a/include/hilbert/syscall.hpp b/include/hilbert/syscall.hpp deleted file mode 100644 index 0e430d1..0000000 --- a/include/hilbert/syscall.hpp +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef HILBERT_SYSCALL_HPP -#define HILBERT_SYSCALL_HPP - -#include - -namespace hilbert::syscall { - - typedef uint32_t encoded_color; - - struct [[gnu::packed]] color { - uint8_t r; - uint8_t g; - uint8_t b; - }; - - extern "C" encoded_color encode_color(color c); - - extern "C" void get_framebuffer(encoded_color *&framebuffer_out, - uint32_t &width_out, uint32_t &height_out, uint32_t &pitch_out - ); - -} - -#endif -- cgit v1.2.3