Changeset 5c9a08b in mainline for generic/src/proc/thread.c


Ignore:
Timestamp:
2006-02-05T18:07:02Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e1ea655
Parents:
266294a9
Message:

Move list and fifo data types to adt/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/proc/thread.c

    r266294a9 r5c9a08b  
    4242#include <func.h>
    4343#include <context.h>
    44 #include <list.h>
     44#include <adt/list.h>
    4545#include <typedefs.h>
    4646#include <time/clock.h>
    47 #include <list.h>
     47#include <adt/list.h>
    4848#include <config.h>
    4949#include <arch/interrupt.h>
Note: See TracChangeset for help on using the changeset viewer.