Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3100 → Rev 3101

/branches/dynload/uspace/app/iloader/include/pcb.h
28,7 → 28,10
 
/** @addtogroup fs
* @{
*/
*/
/** @file
* @brief Program Control Block interface.
*/
 
#ifndef ILOADER_PCB_H_
#define ILOADER_PCB_H_
/branches/dynload/uspace/app/iloader/include/elf_load.h
30,6 → 30,7
* @{
*/
/** @file
* @brief ELF loader structures and public functions.
*/
 
#ifndef ELF_LOAD_H_