Subversion Repositories HelenOS

Rev

Rev 2027 | Rev 2050 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2027 Rev 2029
Line 27... Line 27...
27
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
 */
28
 */
29
 
29
 
30
#include <print.h>
30
#include <print.h>
31
#include <debug.h>
31
#include <debug.h>
32
#include <panic.h>
-
 
33
 
32
 
34
#include <test.h>
33
#include <test.h>
35
#include <atomic.h>
34
#include <atomic.h>
36
#include <proc/thread.h>
35
#include <proc/thread.h>
37
 
36