Update README.md
[oweals/nmrpflash.git] / nmrpd.h
diff --git a/nmrpd.h b/nmrpd.h
index c57ef9c415dc198bf129e2bc85fd0d6183ec71a0..0773777c5e255e894b3f90950a7255fa97c40eb0 100644 (file)
--- a/nmrpd.h
+++ b/nmrpd.h
@@ -26,6 +26,7 @@
 #if defined(_WIN32) || defined(_WIN64)
 #      define NMRPFLASH_WINDOWS
 #elif defined(__APPLE__) && defined(__MACH__)
+#      define NMRPFLASH_UNIX
 #      define NMRPFLASH_OSX
 #      define NMRPFLASH_BSD
 #elif defined (__unix__)
@@ -65,6 +66,8 @@
 #define PACKED __attribute__((packed))
 #endif
 
+#define NMRPFLASH_SET_REGION
+
 struct eth_hdr {
        uint8_t ether_dhost[6];
        uint8_t ether_shost[6];