From c8a463bc0747d8611722cc320a6f4d36f4869fdd Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Fri, 17 Jan 2003 08:32:25 +0000 Subject: [PATCH] 2003-01-17 Marcel Telka * ac97.h: Moved this * device/codec/ac97.h: here. * ucb1400.h: Moved this * device/codec/ucb1400.h: here. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@317 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/ChangeLog | 7 +++++++ include/Makefile.am | 4 ++-- include/NEWS | 1 + include/{ => device/codec}/ac97.h | 0 include/{ => device/codec}/ucb1400.h | 0 5 files changed, 10 insertions(+), 2 deletions(-) rename include/{ => device/codec}/ac97.h (100%) rename include/{ => device/codec}/ucb1400.h (100%) diff --git a/include/ChangeLog b/include/ChangeLog index 5d96370b..fea2eb44 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +2003-01-17 Marcel Telka + + * ac97.h: Moved this + * device/codec/ac97.h: here. + * ucb1400.h: Moved this + * device/codec/ucb1400.h: here. + 2003-01-10 Marcel Telka * stdint.h: Ported to glibc (removed compilation warning). diff --git a/include/Makefile.am b/include/Makefile.am index 173d6514..15940056 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -36,8 +36,6 @@ nobase_openwinceinc_HEADERS = \ common.h \ cexcept.h \ stdint.h \ - ac97.h \ - ucb1400.h \ arm/arm.h \ arm/platform.h \ arm/platform/wid.h \ @@ -75,6 +73,8 @@ nobase_openwinceinc_HEADERS = \ arm/pxa2x0/ssp.h \ arm/pxa2x0/uart.h \ arm/pxa2x0/udc.h \ + device/codec/ac97.h \ + device/codec/ucb1400.h \ device/flash/28fxxxj.h \ device/flash/28fxxxk.h \ device/flash/cfi.h \ diff --git a/include/NEWS b/include/NEWS index b3de3bb6..b5246e7a 100644 --- a/include/NEWS +++ b/include/NEWS @@ -6,6 +6,7 @@ $Id$ - added register bits for MECR, SXCNFG, SXMRS, MCMEMx, MCATTx, MCIOx, BOOT_DEF - added OSMRx (x = 0 through 3) macros * Added UCB1400_ADCC_AI_* declarations for UCB1400 (suggested by Juraj Fabo) + * Moved ac97.h and ucb1400.h files to device/codec directory * Minor fixes. include-0.2 (2002-11-08): diff --git a/include/ac97.h b/include/device/codec/ac97.h similarity index 100% rename from include/ac97.h rename to include/device/codec/ac97.h diff --git a/include/ucb1400.h b/include/device/codec/ucb1400.h similarity index 100% rename from include/ucb1400.h rename to include/device/codec/ucb1400.h