Subversion Repositories HelenOS-historic

Rev

Rev 1024 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1024 Rev 1104
Line 26... Line 26...
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#include <test.h>
29
#include <test.h>
30
#include <print.h>
30
#include <print.h>
31
#include <arch/atomic.h>
31
#include <atomic.h>
32
#include <debug.h>
32
#include <debug.h>
33
 
33
 
34
void test(void)
34
void test(void)
35
{
35
{
36
    atomic_t a;
36
    atomic_t a;