int.h 364 B

12345678910111213141516171819202122232425
  1. /*
  2. ** Made by fabien le mentec <texane@gmail.com>
  3. **
  4. ** Started on Sat Oct 3 07:08:02 2009 texane
  5. ** Last update Sun Oct 11 06:36:11 2009 texane
  6. */
  7. #ifndef INT_H_INCNLUDED
  8. # define INT_H_INCNLUDED
  9. extern unsigned int int_counter;
  10. void int_setup(void);
  11. void int_disable(unsigned char*);
  12. void int_restore(unsigned char);
  13. #endif /* ! INT_H_INCNLUDED */