From 8f63b18b9f99d88e6cfc34f7d5fe8e6bec8f6a61 Mon Sep 17 00:00:00 2001 From: Oliver Hahm Date: Sat, 11 Dec 2010 12:24:06 +0100 Subject: [PATCH] [drivers/cc110x_ng] * moved all headers to include subfolder --- drivers/cc110x_ng/{ => include}/cc110x-arch.h | 0 drivers/cc110x_ng/{ => include}/cc110x-config.h | 0 drivers/cc110x_ng/{ => include}/cc110x-defaultSettings.h | 0 drivers/cc110x_ng/{ => include}/cc110x-internal.h | 0 drivers/cc110x_ng/{ => include}/cc110x-reg.h | 0 drivers/cc110x_ng/{ => include}/cc110x_ng.h | 0 drivers/cc110x_ng/{ => include}/cc110x_spi.h | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename drivers/cc110x_ng/{ => include}/cc110x-arch.h (100%) rename drivers/cc110x_ng/{ => include}/cc110x-config.h (100%) rename drivers/cc110x_ng/{ => include}/cc110x-defaultSettings.h (100%) rename drivers/cc110x_ng/{ => include}/cc110x-internal.h (100%) rename drivers/cc110x_ng/{ => include}/cc110x-reg.h (100%) rename drivers/cc110x_ng/{ => include}/cc110x_ng.h (100%) rename drivers/cc110x_ng/{ => include}/cc110x_spi.h (100%) diff --git a/drivers/cc110x_ng/cc110x-arch.h b/drivers/cc110x_ng/include/cc110x-arch.h similarity index 100% rename from drivers/cc110x_ng/cc110x-arch.h rename to drivers/cc110x_ng/include/cc110x-arch.h diff --git a/drivers/cc110x_ng/cc110x-config.h b/drivers/cc110x_ng/include/cc110x-config.h similarity index 100% rename from drivers/cc110x_ng/cc110x-config.h rename to drivers/cc110x_ng/include/cc110x-config.h diff --git a/drivers/cc110x_ng/cc110x-defaultSettings.h b/drivers/cc110x_ng/include/cc110x-defaultSettings.h similarity index 100% rename from drivers/cc110x_ng/cc110x-defaultSettings.h rename to drivers/cc110x_ng/include/cc110x-defaultSettings.h diff --git a/drivers/cc110x_ng/cc110x-internal.h b/drivers/cc110x_ng/include/cc110x-internal.h similarity index 100% rename from drivers/cc110x_ng/cc110x-internal.h rename to drivers/cc110x_ng/include/cc110x-internal.h diff --git a/drivers/cc110x_ng/cc110x-reg.h b/drivers/cc110x_ng/include/cc110x-reg.h similarity index 100% rename from drivers/cc110x_ng/cc110x-reg.h rename to drivers/cc110x_ng/include/cc110x-reg.h diff --git a/drivers/cc110x_ng/cc110x_ng.h b/drivers/cc110x_ng/include/cc110x_ng.h similarity index 100% rename from drivers/cc110x_ng/cc110x_ng.h rename to drivers/cc110x_ng/include/cc110x_ng.h diff --git a/drivers/cc110x_ng/cc110x_spi.h b/drivers/cc110x_ng/include/cc110x_spi.h similarity index 100% rename from drivers/cc110x_ng/cc110x_spi.h rename to drivers/cc110x_ng/include/cc110x_spi.h