OSDN Git Service

(none)
[hos/hos-v4a.git] / aplfw / driver / ether / lan9000 / lan9000hal_stop.c
1 /**
2  *  Hyper Operating System  Application Framework
3  *
4  * @file  lan9000hal.h
5  * @brief %jp{LAN9000シリーズ用ハードウェアアクセス層}
6  *
7  * Copyright (C) 2006-2007 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #include "system/sysapi/sysapi.h"
13 #include "lan9000hal_local.h"
14
15
16
17 void Lan9000Hal_Stop(C_LAN9000HAL *self)
18 {
19 }
20
21
22
23 /* endof file */