X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=UDI%2Fdrivers%2Fgfx_bochs%2Fbochsga_common.h;h=3b3a5db8abf6d8ac954fd7d13c29dce6c2bcd9fe;hb=b89845fd0e4bde75a360e66bb6bd51b062039d60;hp=b956900cb974a4c20a95fe7970c71dee9e02b920;hpb=da9bc578f6b13ef2f78a3ffaf467698836250e53;p=tpg%2Facess2.git diff --git a/UDI/drivers/gfx_bochs/bochsga_common.h b/UDI/drivers/gfx_bochs/bochsga_common.h index b956900c..3b3a5db8 100644 --- a/UDI/drivers/gfx_bochs/bochsga_common.h +++ b/UDI/drivers/gfx_bochs/bochsga_common.h @@ -30,14 +30,15 @@ */ #include "bochsga_pio.h" -#include "bochsga_engines.h" typedef struct { udi_ubit32_t width; udi_ubit32_t height; - udi_index_t op_idx; + udi_index_t bitdepth; } engine_t; +#define N_ENGINES 1 + /** * Region data */