Bitstream Interpretation Library (BIL)  0.1
BitFileSections.cpp
Go to the documentation of this file.
1 
7 
8 
9 const boost::uint8_t bil::BITFILE_HEADER[BITFILE_HEADER_SIZE] =
10 {
11  // length of following magic word (9 bytes)
12  0x00, 0x09,
13  // magic word
14  0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x00,
15  // length of section keys (1 byte)
16  0x00, 0x01
17 };