Subversion Repositories HelenOS

Rev

Rev 3004 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3004 Rev 3101
Line 28... Line 28...
28
 
28
 
29
/** @addtogroup generic
29
/** @addtogroup generic
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
-
 
33
 * @brief ELF loader structures and public functions.
33
 */
34
 */
34
 
35
 
35
#ifndef ELF_LOAD_H_
36
#ifndef ELF_LOAD_H_
36
#define ELF_LOAD_H_
37
#define ELF_LOAD_H_
37
 
38