]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_implementation_specific_types.h
Added the support for POSIX98 symbols (for priority inheritance in mutexes) if AQuoSA...
[frescor/frsh-include.git] / frsh_implementation_specific_types.h
index 7f4452c24c6886a534512ebf8c8e60a12180bac5..8383dab5eb328eed1429becf83464e0725c23037 100644 (file)
@@ -12,7 +12,7 @@
 //    Visual Tools S.A.                      SPAIN
 //    Rapita Systems Ltd                     UK
 //    Evidence                               ITALY
-//    
+//
 //    See http://www.frescor.org for a link to partners' websites
 //
 //           FRESCOR project (FP6/2005/IST/5-034026) is funded
@@ -22,7 +22,7 @@
 //
 //
 //  based on previous work (FSF) done in the FIRST project
-//                       
+//
 //   Copyright (C) 2005  Mälardalen University, SWEDEN
 //                       Scuola Superiore S.Anna, ITALY
 //                       Universidad de Cantabria, SPAIN
 // -----------------------------------------------------------------------
 //frsh_implementation_specific_types.h
 //==============================================
-//  ******** *******    ******** **      **
-//  **///// /**////**  **////// /**     /**
-//  **      /**   /** /**       /**     /**
-//  ******* /*******  /*********/**********
-//  **////  /**///**  ////////**/**//////**
-//  **      /**  //**        /**/**     /**
-//  **      /**   //** ******** /**     /**
-//  //       //     // ////////  //      // 
+//  ******** *******    ********  **      **
+//  **///// /**////**  **//////  /**     /**
+//  **      /**   /** /**        /**     /**
+//  ******* /*******  /********* /**********
+//  **////  /**///**  ////////** /**//////**
+//  **      /**  //**        /** /**     /**
+//  **      /**   //** ********  /**     /**
+//  //       //     // ////////   //      //
 //
 // FRSH(FRescor ScHeduler), pronounced "fresh"
 //==============================================
 #ifndef        FRSH_IMPLEMENTATION_SPECIFIC_TYPES_H_
 #define        FRSH_IMPLEMENTATION_SPECIFIC_TYPES_H_
 
+/**
+ * @file frsh_implementation_specific_types.h
+ **/
+
 /**
  * @addtogroup implementationspec
  *
@@ -79,8 +83,7 @@
  **/
 
 /** Implementation specific preemption level values **/
-typedef unsigned long      frsh_preemption_level_t;
-                           // range 1..2**32-1
+typedef unsigned long frsh_preemption_level_t; // range 1..2**32-1
 
 /*@}*/