Newer
Older
honey-os / src / userland / vga / include / cursor.h
#ifndef CURSOR_H
#define CURSOR_H

#include <stdint.h>

extern void setCursorOffset(uint16_t offset);

#endif