1 // Generated Code - DO NOT EDIT !!
2 // generated by 'emugen'
3 
4 #ifndef GUARD_magma_decoder_context_t
5 #define GUARD_magma_decoder_context_t
6 
7 #include "render-utils/IOStream.h"
8 #include "ChecksumCalculator.h"
9 #include "magma_server_context.h"
10 
11 
12 
13 namespace gfxstream {
14 
15 struct magma_decoder_context_t : public magma_server_context_t {
16 
17 	size_t decode(void *buf, size_t bufsize, IOStream *stream, ChecksumCalculator* checksumCalc);
18 
19 };
20 
21 }  // namespace gfxstream
22 
23 #endif  // GUARD_magma_decoder_context_t
24