21 #ifndef __DC_MAPLE_VMU_H
22 #define __DC_MAPLE_VMU_H
24 #include <sys/cdefs.h>
void vmu_set_icon(const char *vmu_icon)
Set a Xwindows XBM on all VMUs.
One maple device.
Definition: maple.h:237
Maple Bus driver interface.
unsigned short uint16
16-bit unsigned integer
Definition: types.h:29
unsigned long uint32
32-bit unsigned integer
Definition: types.h:28
int vmu_block_read(maple_device_t *dev, uint16 blocknum, uint8 *buffer)
Read a block from a memory card.
unsigned char uint8
8-bit unsigned integer
Definition: types.h:30
int vmu_beep_raw(maple_device_t *dev, uint32 beep)
Make a VMU beep.
int vmu_block_write(maple_device_t *dev, uint16 blocknum, uint8 *buffer)
Write a block to a memory card.
int vmu_draw_lcd(maple_device_t *dev, void *bitmap)
Display a 1bpp bitmap on a VMU screen.