Annotation of hatari/src/includes/utils.h, revision 1.1.1.2

1.1       root        1: /*
                      2:   Hatari - utils.h
                      3:   
                      4:   This file is distributed under the GNU Public License, version 2 or at
                      5:   your option any later version. Read the file gpl.txt for details.
                      6: */
                      7: #ifndef HATARI_UTILS_H
                      8: #define HATARI_UTILS_H
                      9: 
                     10: #include <SDL_types.h>
                     11: 
                     12: 
                     13: #define CRC32_POLY      0x04c11db7      /* IEEE 802.3 recommandation */
                     14: 
1.1.1.2 ! root       15: extern void    crc32_reset ( Uint32 *crc );
        !            16: extern void    crc32_add_byte ( Uint32 *crc , Uint8 c );
1.1       root       17: 
                     18: 
                     19: #endif         /* HATARI_UTILS_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.