Ignore:
File:
1 edited

Legend:

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

    rd314571 rd24e987  
    5555        KOBJECT_TYPE_IRQ,
    5656        KOBJECT_TYPE_PHONE,
    57         KOBJECT_TYPE_WAITQ,
    5857        KOBJECT_TYPE_MAX
    5958} kobject_type_t;
     
    6463struct irq;
    6564struct phone;
    66 struct waitq;
    6765
    6866typedef struct kobject_ops {
     
    9088                struct irq *irq;
    9189                struct phone *phone;
    92                 struct waitq *waitq;
    9390        };
    9491} kobject_t;
Note: See TracChangeset for help on using the changeset viewer.