Author: matt Date: 2007-09-23 18:57:25 -0600 (Sun, 23 Sep 2007) New Revision: 6513
Modified: gnuradio/branches/developers/matt/u2f/firmware/memory_map.h Log: only include me once Modified: gnuradio/branches/developers/matt/u2f/firmware/memory_map.h =================================================================== --- gnuradio/branches/developers/matt/u2f/firmware/memory_map.h 2007-09-24 00:57:10 UTC (rev 6512) +++ gnuradio/branches/developers/matt/u2f/firmware/memory_map.h 2007-09-24 00:57:25 UTC (rev 6513) @@ -1,3 +1,5 @@ +#ifndef INCLUDED_MEMORY_MAP_H +#define INCLUDED_MEMORY_MAP_H /********************************************************** * Memory map for embedded wishbone bus @@ -171,3 +173,5 @@ } dsp_rx_regs_t; #define dsp_rx_regs ((dsp_rx_regs_t *) DSP_RX_BASE) + +#endif _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
