X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fnon_cfi.h;h=e23ab7edd112aaaeb98109f13eb289521936b765;hp=44c92db4314182407d18781ee8dd0a626bb3dc39;hb=14040c7a57320fd62386e2bbb16cd88044eb282a;hpb=fe9228a32db930be297d4d3b35ffb94d6de1b9ab diff --git a/src/flash/nor/non_cfi.h b/src/flash/nor/non_cfi.h index 44c92db431..e23ab7edd1 100644 --- a/src/flash/nor/non_cfi.h +++ b/src/flash/nor/non_cfi.h @@ -15,15 +15,13 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ + #ifndef NON_CFI_H #define NON_CFI_H -#include "flash.h" - -struct non_cfi -{ +struct non_cfi { uint16_t mfr; uint16_t id; uint16_t pri_id;