ARM/IntegratorCP: Match avr/other port coding style.

This commit is contained in:
Kelvin Lawson
2013-02-27 01:10:50 +00:00
parent 0027134452
commit 1e4f7892a4

View File

@@ -27,14 +27,14 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __ATOM_PORT_PRIVATE_H__
#define __ATOM_PORT_PRIVATE_H__
#ifndef __ATOM_PORT_PRIVATE_H
#define __ATOM_PORT_PRIVATE_H
/* Function prototypes */
extern void archIRQHandler (void) ;
extern void archIRQHandler (void) ;
/* required interface */
extern void __context_preempt_handler (void) ;
/* Required interface */
extern void __context_preempt_handler (void) ;
#endif /* __ATOM_PORT_PRIVATE_H__ */
#endif /* __ATOM_PORT_PRIVATE_H */