/* * host_os.h * * DSP-BIOS Bridge driver support functions for TI OMAP processors. * * Copyright (C) 2008 Texas Instruments, Inc. * * This package is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ /* * ======== windows.h ======== * *! Revision History *! ================ *! 08-Mar-2004 sb Added cacheflush.h to support Dynamic Memory Mapping feature *! 16-Feb-2004 sb Added headers required for consistent_alloc */ #ifndef _HOST_OS_H_ #define _HOST_OS_H_ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* ----------------------------------- Macros */ #define SEEK_SET 0 /* Seek from beginning of file. */ #define SEEK_CUR 1 /* Seek from current position. */ #define SEEK_END 2 /* Seek from end of file. */ /* TODO -- Remove, once BP defines them */ #define INT_MAIL_MPU_IRQ 26 #define INT_DSP_MMU_IRQ 28 #endif