atjboottool: add missing copyright headers
[maemo-rb.git] / utils / atj2137 / atjboottool / atj_tables.h
blob5daa66fec3dadbcc9479841af7f54ddd70791cfc
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2012 Amaury Pouly
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
21 #ifndef __ATJ_TABLES__
22 #define __ATJ_TABLES__
24 uint8_t g_check_block_A_table[1024];
25 uint8_t g_decode_B_table[20];
26 uint32_t g_xor_key[9];
27 uint32_t g_crypto_table[8];
28 uint32_t g_crypto_table2[8];
29 uint32_t g_crypto_key6[8];
30 uint32_t g_crypto_key3[6];
31 uint32_t g_crypto_key4[6];
32 uint32_t g_crypto_key5[6];
33 uint32_t g_crypto_data[8];
34 uint32_t g_crypto_data3[6];
36 #endif // __ATJ_TABLES__