]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_implementation_specific_types.h
Adapting FRSH to the new time types and synchronising headers with phase 2
[frescor/frsh-include.git] / frsh_implementation_specific_types.h
index 78949fb7cfb29ff82e53111c59ffd95213bdf133..aadbd1a46e7cd8b7dd27416ce15a1253a5f7e0d3 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
@@ -64,7 +64,7 @@
 //  **////  /**///**  ////////** /**//////**
 //  **      /**  //**        /** /**     /**
 //  **      /**   //** ********  /**     /**
-//  //       //     // ////////   //      // 
+//  //       //     // ////////   //      //
 //
 // FRSH(FRescor ScHeduler), pronounced "fresh"
 //==============================================
@@ -72,6 +72,8 @@
 #ifndef        FRSH_IMPLEMENTATION_SPECIFIC_TYPES_H_
 #define        FRSH_IMPLEMENTATION_SPECIFIC_TYPES_H_
 
+FRSH_CPP_BEGIN_DECLS
+
 /**
  * @file frsh_implementation_specific_types.h
  **/
  **/
 
 /** 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
 
 /*@}*/
 
+FRSH_CPP_END_DECLS
+
 
 #endif             /* !FRSH_IMPLEMENTATION_SPECIFIC_TYPES_H_ */