//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2006-2007 MStar Semiconductor, Inc. // All rights reserved. // // Unless otherwise stipulated in writing, any and all information contained // herein regardless in any format shall remain the sole proprietary of // MStar Semiconductor Inc. and be kept in strict confidence // (ˇ§MStar Confidential Informationˇ¨) by the recipient. // Any unauthorized act including without limitation unauthorized disclosure, // copying, use, reproduction, sale, distribution, modification, disassembling, // reverse engineering and compiling of the contents of MStar Confidential // Information is unlawful and strictly prohibited. MStar hereby reserves the // rights to any and all damages, losses, costs and expenses resulting therefrom. // //////////////////////////////////////////////////////////////////////////////// #ifndef __DRV_SYSTEM_ST_H__ #define __DRV_SYSTEM_ST_H__ //------------------------------------------------------------------------------ // Data structure //------------------------------------------------------------------------------ typedef struct IO_SYS_SPI_s { U32 u32Start; U32 u32Len; U8 *u8data; } IO_SYS_SPI_t; #endif // __DRV_SYSTEM_ST_H__