1#ifndef _IPXE_JUMPSCROLL_H
2#define _IPXE_JUMPSCROLL_H
33#define SCROLL( delta ) ( ( unsigned int ) ( uint16_t ) ( int16_t ) (delta) )
41#define SCROLL_DELTA( scroll ) ( ( int16_t ) ( (scroll) & 0x0000ffffUL ) )
44#define SCROLL_FLAGS 0xffff0000UL
45#define SCROLL_WRAP 0x80000000UL
48#define SCROLL_NONE SCROLL ( 0 )
51#define SCROLL_UP SCROLL ( -1 )
54#define SCROLL_DOWN SCROLL ( +1 )
64 return ( scroll->
first == 0 );
union @162305117151260234136356364136041353210355154177 key
Sense key.
static int move(int y, int x)
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.