diff options
author | Dan Handley <dan.handley@arm.com> | 2014-08-12 14:20:28 +0100 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2014-08-14 11:17:03 +0100 |
commit | 935db693285d6b22b781571e9dec748da274ffe1 (patch) | |
tree | 5441c41bf5bc9d1a28984e3791787eb06f24b0c8 /include | |
parent | 6d16ce0bfee7101a125fc5545ca12e19c3d47cd1 (diff) |
Move IO storage source to drivers directory
Move the remaining IO storage source file (io_storage.c) from the
lib to the drivers directory. This requires that platform ports
explicitly add this file to the list of source files.
Also move the IO header files to a new sub-directory, include/io.
Change-Id: I862b1252a796b3bcac0d93e50b11e7fb2ded93d6
Diffstat (limited to 'include')
-rw-r--r-- | include/drivers/io/io_driver.h (renamed from include/drivers/io_driver.h) | 0 | ||||
-rw-r--r-- | include/drivers/io/io_fip.h (renamed from include/drivers/io_fip.h) | 0 | ||||
-rw-r--r-- | include/drivers/io/io_memmap.h (renamed from include/drivers/io_memmap.h) | 0 | ||||
-rw-r--r-- | include/drivers/io/io_semihosting.h (renamed from include/drivers/io_semihosting.h) | 0 | ||||
-rw-r--r-- | include/drivers/io/io_storage.h (renamed from include/lib/io_storage.h) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/include/drivers/io_driver.h b/include/drivers/io/io_driver.h index adb38b0f..adb38b0f 100644 --- a/include/drivers/io_driver.h +++ b/include/drivers/io/io_driver.h diff --git a/include/drivers/io_fip.h b/include/drivers/io/io_fip.h index 90b2fd0b..90b2fd0b 100644 --- a/include/drivers/io_fip.h +++ b/include/drivers/io/io_fip.h diff --git a/include/drivers/io_memmap.h b/include/drivers/io/io_memmap.h index 7ee60fe3..7ee60fe3 100644 --- a/include/drivers/io_memmap.h +++ b/include/drivers/io/io_memmap.h diff --git a/include/drivers/io_semihosting.h b/include/drivers/io/io_semihosting.h index 8902a6f0..8902a6f0 100644 --- a/include/drivers/io_semihosting.h +++ b/include/drivers/io/io_semihosting.h diff --git a/include/lib/io_storage.h b/include/drivers/io/io_storage.h index ae1158c0..ae1158c0 100644 --- a/include/lib/io_storage.h +++ b/include/drivers/io/io_storage.h |