Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/cap/cap.h

    rd51a0d6 rc1f68b0  
    5353
    5454typedef enum {
    55         KOBJECT_TYPE_CALL,
     55        KOBJECT_TYPE_PHONE,
    5656        KOBJECT_TYPE_IRQ,
    57         KOBJECT_TYPE_PHONE,
    5857        KOBJECT_TYPE_MAX
    5958} kobject_type_t;
    6059
    6160struct task;
    62 
    63 struct call;
     61struct phone;
    6462struct irq;
    65 struct phone;
    6663
    6764struct kobject;
     
    8279        union {
    8380                void *raw;
    84                 struct call *call;
     81                struct phone *phone;
    8582                struct irq *irq;
    86                 struct phone *phone;
    8783        };
    8884} kobject_t;
Note: See TracChangeset for help on using the changeset viewer.