issp_revision.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*filename: ISSP_Revision.h
  2. * Copyright 2006-2007, Cypress Semiconductor Corporation.
  3. * This program is free software; you can redistribute it and/or
  4. * modify it under the terms of the GNU General Public License
  5. * as published by the Free Software Foundation; either version 2
  6. * of the License, or (at your option) any later version.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. *
  13. * You should have received a copy of the GNU General Public License
  14. * along with this program; if not, write to the Free Software
  15. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  16. * MA 02110-1301, USA.
  17. */
  18. #ifndef INC_ISSP_REVISION
  19. #define INC_ISSP_REVISION
  20. /*The PROJECT_REV_xyz is used to make sure that the files in the project
  21. are all from the same revision of the program. Each file starts with an
  22. ifdef that will prevent the file from being compiled if it is not the
  23. correct revision
  24. Set the revision to 3.04
  25. */
  26. #define PROJECT_REV_304
  27. #endif /*(INC_ISSP_REVISION) */
  28. /* end of file ISSP_Revision.h */