Changeset 7cb170b3 in rtems
- Timestamp:
- 09/29/11 15:54:09 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- ff33d076
- Parents:
- 8d7aea0d
- Location:
- testsuites/libtests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/ChangeLog
r8d7aea0d r7cb170b3 1 2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c: 4 Add HAVE_CONFIG_H. 5 1 6 2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de> 2 7 -
testsuites/libtests/mouse01/init.c
r8d7aea0d r7cb170b3 9 9 * $Id$ 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include "config.h" 14 #endif 11 15 12 16 #include <bsp.h> -
testsuites/libtests/mouse01/msmouse.c
r8d7aea0d r7cb170b3 9 9 * $Id$ 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include "config.h" 14 #endif 11 15 12 16 #include <sys/types.h> -
testsuites/libtests/mouse01/serial_mouse_config.c
r8d7aea0d r7cb170b3 13 13 * 14 14 */ 15 16 #ifdef HAVE_CONFIG_H 17 #include "config.h" 18 #endif 15 19 16 20 #include "tmacros.h"
Note: See TracChangeset
for help on using the changeset viewer.