mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 17:12:54 +03:00
__nonnull changes
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
#include <console.h>
|
#include <console.h>
|
||||||
|
|
||||||
|
static void ansiscr_reset(struct _curses_screen *scr) __nonnull;
|
||||||
|
static void ansiscr_movetoyx(struct _curses_screen *scr,
|
||||||
|
unsigned int y, unsigned int x) __nonnull;
|
||||||
|
static void ansiscr_putc(struct _curses_screen *scr, chtype c) __nonnull;
|
||||||
|
|
||||||
unsigned short _COLS = 80;
|
unsigned short _COLS = 80;
|
||||||
unsigned short _LINES = 24;
|
unsigned short _LINES = 24;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user