[ECOS] EDB7xxx Ethernet Driver with different bus width

Jesper Skov jskov@cambridge.redhat.com
Wed Jun 20 00:49:00 GMT 2001


Don't do this:

 #ifdef(__EDB7312)

But this:

 #ifdef CYGPKG_HAL_ARM_EDB7312

or whatever the macro name is. Look in
install/include/pkgconf/system.h

Jesper



More information about the Ecos-discuss mailing list