Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef _NATPSEUDO_H
  2. #define _NATPSEUDO_H
  3. /* natpseudo.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS-Port                                                                   */
  8. /*                                                                           */
  9. /* Pseudo Instructions commonly used on National targets                     */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12.  
  13. /*****************************************************************************
  14.  * Global Functions
  15.  *****************************************************************************/
  16.  
  17. struct sInstTable;
  18.  
  19. extern void AddNatPseudo(struct sInstTable *InstTable);
  20.  
  21. #endif /* _NATPSEUDO_H */
  22.