Subversion Repositories HelenOS

Rev

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

Rev 2411 Rev 2414
Line 28... Line 28...
28
 
28
 
29
/** @addtogroup arm32ddi
29
/** @addtogroup arm32ddi
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 *  @brief DDI, not used on ARM.
33
 *  @brief DDI.
34
 */
34
 */
35
 
35
 
36
#include <ddi/ddi.h>
36
#include <ddi/ddi.h>
37
#include <proc/task.h>
37
#include <proc/task.h>
38
#include <arch/types.h>
38
#include <arch/types.h>
39
 
39
 
40
/** Enable I/O space range for task (not used on ARM).
40
/** Enable I/O space range for task.
41
 *
41
 *
42
 * Interrupts are disabled and task is locked.
42
 * Interrupts are disabled and task is locked.
43
 *
43
 *
44
 * @param task Task.
44
 * @param task Task.
45
 * @param ioaddr Startign I/O space address.
45
 * @param ioaddr Startign I/O space address.