Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3460
b: refs/heads/master
c: 854608d
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Jeff Garzik committed Jun 26, 2005
1 parent f3a6b13 commit 2ee94db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: de70b4c87b8f1d484cf533536c0c6ce2e05101cf
refs/heads/master: 854608d824dc2c8e14c373e0c46cefda5386ed8a
2 changes: 2 additions & 0 deletions trunk/drivers/net/skfp/h/osdef1st.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
// HWM (HardWare Module) Definitions
// -----------------------

#include <asm/byteorder.h>

#ifdef __LITTLE_ENDIAN
#define LITTLE_ENDIAN
#else
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/skfp/smt.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest,
static void smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest,
u_long tid, int local);
#ifdef LITTLE_ENDIAN
static void smt_string_swap(void);
static void smt_string_swap(char *data, const char *format, int len);
#endif
static void smt_add_frame_len(SMbuf *mb, int len);
static void smt_fill_una(struct s_smc *smc, struct smt_p_una *una);
Expand Down

0 comments on commit 2ee94db

Please sign in to comment.