forked from Imagelibrary/rtems
libbsp/i386/shared: Fix warnings
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/* irq.c
|
||||
*
|
||||
/*
|
||||
* This file contains the implementation of the function described in irq.h
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 1998 valette@crf.canon.fr
|
||||
*
|
||||
* COPYRIGHT (c) 1989-2011.
|
||||
@@ -19,6 +20,8 @@
|
||||
#include <rtems/score/cpu.h>
|
||||
#include <rtems/score/percpu.h>
|
||||
|
||||
#include <bsp.h> /* to establish dependency on prototype */
|
||||
|
||||
#ifndef CPU_STACK_ALIGNMENT
|
||||
#error "Missing header? CPU_STACK_ALIGNMENT is not defined here"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user