OSDN Git Service

(none)
[hos/hos-v4a.git] / aplfw / driver / ether / lan9000 / lan9000drv_flush.c
1 /** 
2  *  Hyper Operating System  Application Framework
3  *
4  * @file  scidrv.c
5  * @brief %jp{LAN9000用デバイスドライバ}
6  *
7  * Copyright (C) 2006 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #include "lan9000drv_local.h"
13
14
15 FILE_ERR Lan9000Drv_Flush(C_DRVOBJ *pDrvObj, C_FILEOBJ *pFileObj)
16 {
17         C_LAN9000DRV    *self;
18         C_CHRFILE               *pChrFile;
19         
20         /* upper cast */
21         self     = (C_LAN9000DRV *)pDrvObj;
22         pChrFile = (C_CHRFILE *)pFileObj;
23
24         return FILE_ERR_OK;
25 }
26
27
28 /* end of file */