Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git] / drivers / staging / tidspbridge / hw / EasiGlobal.h
blobe48d7f67c60ac9f3e5f80914166dfdb49df724ed
1 /*
2 * EasiGlobal.h
4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
6 * Copyright (C) 2007 Texas Instruments, Inc.
8 * This package is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
12 * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17 #ifndef _EASIGLOBAL_H
18 #define _EASIGLOBAL_H
19 #include <linux/types.h>
22 * DEFINE: READ_ONLY, WRITE_ONLY & READ_WRITE
24 * DESCRIPTION: Defines used to describe register types for EASI-checker tests.
27 #define READ_ONLY 1
28 #define WRITE_ONLY 2
29 #define READ_WRITE 3
32 * MACRO: _DEBUG_LEVEL1_EASI
34 * DESCRIPTION: A MACRO which can be used to indicate that a particular beach
35 * register access function was called.
37 * NOTE: We currently dont use this functionality.
39 #define _DEBUG_LEVEL1_EASI(easi_num) ((void)0)
41 #endif /* _EASIGLOBAL_H */