Changeset df49c60 in rtems for c/src/lib/libcpu/powerpc/ppc403/console
- Timestamp:
- Jun 12, 2000, 3:00:15 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- edeed26
- Parents:
- 0ab65474
- Location:
- c/src/lib/libcpu/powerpc/ppc403/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am
r0ab65474 rdf49c60 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 18 18 # 19 19 20 AM_CFLAGS = $(CFLAGS_OS_V)21 22 20 $(PGM): $(console_rel_OBJECTS) 23 21 $(make-rel) -
c/src/lib/libcpu/powerpc/ppc403/console/console.c
r0ab65474 rdf49c60 405 405 */ 406 406 407 /*408 * Reserve resources consumed by this driver409 */410 void console_reserve_resources(411 rtems_configuration_table *configuration412 )413 {414 rtems_termios_reserve_resources (configuration, 1);415 }416 417 407 /* console_initialize 418 408 *
Note: See TracChangeset
for help on using the changeset viewer.