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.
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.
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 */