Ignore:
File:
1 edited

Legend:

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

    rd99c1d2 r228666c  
    3636#define KERN_ATOMIC_H_
    3737
    38 #include <typedefs.h>
     38#include <arch/types.h>
     39
     40typedef struct atomic {
     41        volatile atomic_count_t count;
     42} atomic_t;
     43
    3944#include <arch/atomic.h>
    4045
Note: See TracChangeset for help on using the changeset viewer.