Ignore:
Timestamp:
2011-07-12T13:41:26Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50fc490
Parents:
11809eab (diff), 6817eba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge libposix changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips64/include/proc/task.h

    r11809eab r1916d1f  
    2727 */
    2828
    29 /** @addtogroup sparc64
     29/** @addtogroup mips64proc
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_sparc64_FHC_H_
    36 #define KERN_sparc64_FHC_H_
    37 
    38 #include <typedefs.h>
    39 #include <genarch/ofw/ofw_tree.h>
     35#ifndef KERN_mips64_TASK_H_
     36#define KERN_mips64_TASK_H_
    4037
    4138typedef struct {
    42         volatile uint32_t *uart_imap;
    43 } fhc_t;
     39} task_arch_t;
    4440
    45 extern fhc_t *central_fhc;
    46 
    47 extern fhc_t *fhc_init(ofw_tree_node_t *);
    48 extern void fhc_enable_interrupt(fhc_t *, int);
    49 extern void fhc_clear_interrupt(void *, int);
     41#define task_create_arch(task)
     42#define task_destroy_arch(task)
    5043
    5144#endif
Note: See TracChangeset for help on using the changeset viewer.