Changeset e28175d in mainline for uspace/lib/c/arch/ia64/include/libarch/rtld/module.h
- Timestamp:
- 2020-03-15T10:44:02Z (6 years ago)
- Parents:
- b401b33 (diff), 44dde42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- heiducteam <tristanided@…> (2020-03-15 10:44:02)
- git-committer:
- GitHub <noreply@…> (2020-03-15 10:44:02)
- File:
-
- 1 moved
-
uspace/lib/c/arch/ia64/include/libarch/rtld/module.h (moved) (moved from uspace/lib/draw/font/pcf.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/libarch/rtld/module.h
rb401b33 re28175d 1 1 /* 2 * Copyright (c) 201 4 Martin Sucha2 * Copyright (c) 2019 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup draw29 /** @addtogroup libc 30 30 * @{ 31 31 */ 32 /** 33 * @file 32 /** @file 34 33 */ 35 34 36 #ifndef DRAW_FONT_PBF_H_37 #define DRAW_FONT_PBF_H_35 #ifndef LIBC_ia64_RTLD_MODULE_H_ 36 #define LIBC_ia64_RTLD_MODULE_H_ 38 37 39 #include "../font.h"38 #include <elf/elf_mod.h> 40 39 41 extern errno_t pcf_font_create(font_t **, char *path, uint16_t points); 40 /** ELF module load flags */ 41 #define RTLD_MODULE_LDF 0 42 42 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
