summaryrefslogtreecommitdiff
path: root/src/test_endswap.def
blob: c817322c99de0b56144608c42432868217755cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
autogen definitions test_endswap.tpl;

int_type = {
	name		= short ;
	value		= 0x3210 ;
	format		= FMT_SHORT ;
	} ;

int_type = {
	name		= int ;
	value		= 0x76543210 ;
	format		= FMT_INT ;
	} ;

int_type = {
	name		= int64_t ;
	value		= "0x0807050540302010LL" ;
	format		= FMT_INT64 ;
	} ;