fix cltd
[libfirm] / ir / be / mips / mips_scheduler.h
index a2d5532..19c8a5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
  * PURPOSE.
  */
 
-#ifndef _MIPS_SCHEDULER_H_
-#define _MIPS_SCHEDULER_H_
+/**
+ * @file
+ * @brief   mips scheduler
+ * @author  Matthias Braun, Mehdi
+ * @version $Id$
+ */
+#ifndef FIRM_BE_MIPS_MIPS_SCHEDULER_H
+#define FIRM_BE_MIPS_MIPS_SCHEDULER_H
 
-#include "../besched_t.h"
+#include "../besched.h"
 
 const list_sched_selector_t *mips_get_list_sched_selector(const void *self, list_sched_selector_t *selector);
 const ilp_sched_selector_t *mips_get_ilp_sched_selector(const void *self);