Changeset d2ab461 in mainline for generic/include/atomic.h


Ignore:
Timestamp:
2006-03-22T22:25:28Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2802767
Parents:
d71007e
Message:

Small atomic #include and typedef changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/atomic.h

    rd71007e rd2ab461  
    3030#define __ATOMIC_H__
    3131
    32 struct atomic {
     32typedef struct atomic {
    3333        volatile long count;
    34 };
     34} atomic_t;
    3535
    3636#include <arch/atomic.h>
    37 #include <typedefs.h>
    3837
    3938static inline void atomic_set(atomic_t *val, long i)
Note: See TracChangeset for help on using the changeset viewer.