Subversion Repositories pentevo

Rev

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

  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. extern Boolean DecodeNatPseudo(void);
  18.  
  19. #endif /* _NATPSEUDO_H */
  20.