| ![[Previous]](prev.gif) | ![[Contents]](contents.gif) | ![[Index]](keyword_index.gif) | ![[Next]](next.gif) | 
Driver module information
#include <graphics/display.h>
typedef struct disp_module_info {
    uint8_t     ddk_version_major;
    uint8_t     ddk_version_minor;
    uint8_t     ddk_rev;
    uint8_t     driver_rev;
    char        *description;
    unsigned    reserved[16];
} disp_module_info_t;
The disp_module_info_t structure stores module information about your driver. Your driver must fill in this structure when the graphics framework calls the module_info() function that your driver defines in these structures:
The members of the disp_module_info_t structure include:
Neutrino
disp_draw_miscfuncs_t, disp_memfuncs_t, disp_modefuncs_t, disp_vcapfuncs_t
| ![[Previous]](prev.gif) | ![[Contents]](contents.gif) | ![[Index]](keyword_index.gif) | ![[Next]](next.gif) |