Subversion Repositories Code-Repo

Rev

Rev 154 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 154 Rev 156
Line 1... Line 1...
1
#ifndef __interrupts_h
1
#ifndef INTERRUPTS_H
2
#define __interrupts_h
2
#define INTERRUPTS_H
3
 
3
 
4
// Note: As the interrupt system is currently setup, at the end
4
// Note: As the interrupt system is currently setup, at the end
5
//       of each high-priority interrupt, the system will check to
5
//       of each high-priority interrupt, the system will check to
6
//       see if the processor may be put to sleep.  This is done
6
//       see if the processor may be put to sleep.  This is done
7
//       with the call sleep_high_interrupt_if_okay() which is defined
7
//       with the call sleep_high_interrupt_if_okay() which is defined