Subversion Repositories HelenOS

Rev

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

Rev 3470 Rev 3475
Line 34... Line 34...
34
 */
34
 */
35
 
35
 
36
#ifndef LIBC_LOADER_H_
36
#ifndef LIBC_LOADER_H_
37
#define LIBC_LOADER_H_
37
#define LIBC_LOADER_H_
38
 
38
 
-
 
39
#include <task.h>
-
 
40
 
39
/** Abstraction of a loader connection */
41
/** Abstraction of a loader connection */
40
typedef struct {
42
typedef struct {
41
    /** ID of the phone connected to the loader. */
43
    /** ID of the phone connected to the loader. */
42
    int phone_id;
44
    int phone_id;
43
} loader_t;
45
} loader_t;