From 46d6e7a9f1a7563f19e08a15c0c3315e00def4ca Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 Feb 2011 06:15:53 +0000 Subject: =?UTF-8?q?2011-02-09=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * include/rtems/btimer.h: New. * Makefile.am: Add rtems/btimer.h * libcsupport/include/timerdrv.h: Reflect having split out functions to rtems/btimer.h. --- cpukit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 741c7319dc..d1a3bdd334 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -75,6 +75,7 @@ include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \ include/rtems/concat.h \ include/rtems/status-checks.h +include_rtems_HEADERS += include/rtems/btimer.h include_rtems_HEADERS += include/rtems/endian.h ## should be conditional and only installed for PowerPC, x86, and ARM -- cgit v1.2.3