Add some missing LIBOPENCM3_ prefixes.

This commit is contained in:
Uwe Hermann 2011-02-09 01:33:00 +01:00
parent 401a0a8e8b
commit 559bc52fa4
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef CM3_COMMON_H
#define CM3_COMMON_H
#ifndef LIBOPENCM3_CM3_COMMON_H
#define LIBOPENCM3_CM3_COMMON_H
#include <stdint.h>
#include <stdbool.h>

View File

@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef CM3_MEMORYMAP_H
#define CM3_MEMORYMAP_H
#ifndef LIBOPENCM3_CM3_MEMORYMAP_H
#define LIBOPENCM3_CM3_MEMORYMAP_H
/* --- ARM Cortex-M3 specific definitions ---------------------------------- */