Changeset fb52db8 in mainline for uspace/srv
- Timestamp:
- 2010-02-16T16:41:32Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dfecf88
- Parents:
- 5ee2384
- Location:
- uspace/srv
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/Makefile.build
r5ee2384 rfb52db8 150 150 endif 151 151 152 ifeq ($(UARCH),abs32le) 153 SOURCES += \ 154 port/dummy.c \ 155 ctl/pc.c 156 endif 157 152 158 OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) 153 159 -
uspace/srv/loader/include/arch.h
r5ee2384 rfb52db8 37 37 #define LOADER_ARCH_H_ 38 38 39 void program_run(void *entry_point, void *pcb);39 extern void program_run(void *entry_point, void *pcb); 40 40 41 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.