Subversion Repositories HelenOS

Rev

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

Rev 2991 Rev 3101
Line 26... Line 26...
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
/** @addtogroup fs
29
/** @addtogroup fs
30
 * @{
30
 * @{
31
 */
31
 */
-
 
32
/** @file
-
 
33
 * @brief Program Control Block interface.
-
 
34
 */
32
 
35
 
33
#ifndef ILOADER_PCB_H_
36
#ifndef ILOADER_PCB_H_
34
#define ILOADER_PCB_H_
37
#define ILOADER_PCB_H_
35
 
38
 
36
#include <sys/types.h>
39
#include <sys/types.h>