21#ifndef __INCLUDE_NUTTX_VIDEO_VNC_H
22#define __INCLUDE_NUTTX_VIDEO_VNC_H
28#include <nuttx/config.h>
42typedef CODE int (*vnc_mouseout_t)(FAR
void *arg, int16_t x,
43 int16_t y, uint8_t buttons);
44typedef CODE int (*vnc_kbdout_t)(FAR
void *arg, uint8_t nch,
45 FAR
const uint8_t *ch);
52#define EXTERN extern "C"
114int vnc_fbinitialize(
int display, vnc_kbdout_t kbdout,
115 vnc_mouseout_t mouseout, FAR
void *arg);