~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/lib/c/include/elf/elf.h

  • Committer: Martin Decky
  • Date: 2011-08-09 18:08:23 UTC
  • Revision ID: martin@decky.cz-20110809180823-yf3gc26yqs7p30sq
do not provide general access to kernel headers from uspace, only allow specific headers to be accessed or shared
externalize headers which serve as kernel/uspace API/ABI into a special tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#ifndef LIBC_ELF_H_
36
36
#define LIBC_ELF_H_
37
37
 
38
 
#include <kernel/lib/elf.h>
 
38
#include <sys/types.h>
 
39
#include <abi/elf.h>
 
40
#include <libarch/elf.h>
39
41
 
40
42
#endif
41
43