comparison vidix/glint_regs.h @ 26030:a93e46adb54c

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 17:32:36 +0000
parents 88bed2131f19
children 0f1b5b68af32
comparison
equal deleted inserted replaced
26029:4129c8cfa742 26030:a93e46adb54c
12 * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and 12 * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and
13 * Siemens Nixdorf Informationssysteme 13 * Siemens Nixdorf Informationssysteme
14 * 14 *
15 */ 15 */
16 16
17 #ifndef GLINT_REGS_H 17 #ifndef MPLAYER_GLINT_REGS_H
18 #define GLINT_REGS_H 18 #define MPLAYER_GLINT_REGS_H
19 19
20 /********************************************** 20 /**********************************************
21 * GLINT 500TX Configuration Region Registers * 21 * GLINT 500TX Configuration Region Registers *
22 ***********************************************/ 22 ***********************************************/
23 23
1299 pGlint->IOOffset = 0; 1299 pGlint->IOOffset = 0;
1300 1300
1301 #define ACCESSCHIP2() \ 1301 #define ACCESSCHIP2() \
1302 pGlint->IOOffset = 0x10000; 1302 pGlint->IOOffset = 0x10000;
1303 1303
1304 #endif /* GLINT_REGS_H */ 1304 #endif /* MPLAYER_GLINT_REGS_H */