Skip to content

Commit

Permalink
host_tools: Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jul 2, 2021
1 parent a7e18a8 commit 208caa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions host_tools/hunk_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@
#include <getopt.h>

#if defined(__APPLE__) && defined(__MACH__)

#include <libkern/OSByteOrder.h>

#define htobe32(x) OSSwapHostToBigInt32(x)
#define be32toh(x) OSSwapBigToHostInt32(x)

#endif

#define HUNK_HEADER 0x3F3
Expand Down
3 changes: 0 additions & 3 deletions host_tools/kickconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@
#include <getopt.h>

#if defined(__APPLE__) && defined(__MACH__)

#include <libkern/OSByteOrder.h>

#define htobe32(x) OSSwapHostToBigInt32(x)
#define be32toh(x) OSSwapBigToHostInt32(x)

#endif

static uint16_t _swap(uint16_t x)
Expand Down

0 comments on commit 208caa4

Please sign in to comment.