Mercurial > ecos
diff packages/io/eth/current/doc/driver_doc @ 208:e0c0827131d1 ecos
Merge from eCos master repository on 2002-05-20-20:11:54-BST
| author | jlarmour |
|---|---|
| date | Mon, 20 May 2002 22:19:26 +0000 |
| parents | 51b34619b677 |
| children |
line wrap: on
line diff
--- a/packages/io/eth/current/doc/driver_doc +++ b/packages/io/eth/current/doc/driver_doc @@ -87,8 +87,8 @@ So, the bottom line is that a hardware d #include <cyg/hal/hal_arch.h> #include <cyg/infra/diag.h> #include <cyg/hal/drv_api.h> - #include <netdev.h> - #include <eth_drv.h> + #include <cyg/io/eth/netdev.h> + #include <cyg/io/eth/eth_drv.h> ETH_DRV_SC(DRV_sc, 0, // No driver specific data needed
