struct vc_info
{
- unsigned int v_height; /* pixels */
- unsigned int v_width; /* pixels */
- unsigned int v_depth;
- unsigned int v_rowbytes;
- unsigned long v_baseaddr;
- unsigned int v_type;
- char v_name[32];
- uint64_t v_physaddr;
- unsigned int v_rows; /* characters */
- unsigned int v_columns; /* characters */
- unsigned int v_rowscanbytes; /* Actualy number of bytes used for display per row*/
- unsigned int v_scale;
- unsigned int v_reserved[4];
+ unsigned int v_height; /* pixels */
+ unsigned int v_width; /* pixels */
+ unsigned int v_depth;
+ unsigned int v_rowbytes;
+ unsigned long v_baseaddr;
+ unsigned int v_type;
+ char v_name[32];
+ uint64_t v_physaddr;
+ unsigned int v_rows; /* characters */
+ unsigned int v_columns; /* characters */
+ unsigned int v_rowscanbytes; /* Actualy number of bytes used for display per row*/
+ unsigned int v_scale;
+ unsigned int v_reserved[4];
};
struct vc_progress_element {
void vc_progress_initialize( vc_progress_element * desc,
const unsigned char * data1x,
const unsigned char * data2x,
+ const unsigned char * data3x,
const unsigned char * clut );
void vc_progress_set(boolean_t enable, uint32_t vc_delay);
uint32_t compressed_size,
const uint8_t *clut);
-#if !CONFIG_EMBEDDED
extern void vc_enable_progressmeter(int new_value);
extern void vc_set_progressmeter(int new_value);
-extern int vc_progress_meter_enable;
-extern int vc_progress_meter_value;
+extern int vc_progressmeter_enable;
+extern int vc_progressmeter_value;
+extern void vc_progress_setdiskspeed(uint32_t speed);
-#endif /* !CONFIG_EMBEDDED */
#ifdef __cplusplus
}