From 4cca2932efc82208b93c7b02fae4ea6c2e4944cd Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Wed, 25 Jan 2012 23:38:16 +0000 Subject: [PATCH] Move SoC-independant headers to another directory Preparatory work to introduce a second SoC : 2nd series 1/4 The atomic operations are SoC independant since they are only using LDREX/STREX instructions which are just core specific ARMv7-M). The watchdog header defines the API which is common to all platforms. Signed-off-by: Vincent Palatin BUG=None TEST=run EC firmware on BDS and check a few console commands --- {chip/lm4 => core/cortex-m}/atomic.h | 0 {chip/lm4 => include}/watchdog.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {chip/lm4 => core/cortex-m}/atomic.h (100%) rename {chip/lm4 => include}/watchdog.h (100%) diff --git a/chip/lm4/atomic.h b/core/cortex-m/atomic.h similarity index 100% rename from chip/lm4/atomic.h rename to core/cortex-m/atomic.h diff --git a/chip/lm4/watchdog.h b/include/watchdog.h similarity index 100% rename from chip/lm4/watchdog.h rename to include/watchdog.h