Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315140
b: refs/heads/master
c: 2c62488
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and David S. Miller committed Jul 12, 2012
1 parent 78b0bba commit 556813d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99ee038d41ebbb442921b6d388d08e907b037dac
refs/heads/master: 2c624880fb34e5ad2a5832b9c5b3a49d1e579a3d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/****************************************************************************/

/*
* mcfne.h -- NE2000 in ColdFire eval boards.
* mcf8390.h -- NS8390 support for ColdFire eval boards.
*
* (C) Copyright 1999-2000, Greg Ungerer (gerg@snapgear.com)
* (C) Copyright 2000, Lineo (www.lineo.com)
Expand All @@ -14,8 +14,8 @@
*/

/****************************************************************************/
#ifndef mcfne_h
#define mcfne_h
#ifndef mcf8390_h
#define mcf8390_h
/****************************************************************************/


Expand Down Expand Up @@ -239,4 +239,4 @@ void ne2000_outsw(unsigned int addr, const void *vbuf, unsigned long len)
#endif /* NE2000_OFFOFFSET */

/****************************************************************************/
#endif /* mcfne_h */
#endif /* mcf8390_h */

0 comments on commit 556813d

Please sign in to comment.