Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /*
  2.  * Header file used only in HWMC_ONLY mode
  3.  * Copyright © <2010>, Intel Corporation.
  4.  *
  5.  * This program is licensed under the terms and conditions of the
  6.  * Eclipse Public License (EPL), version 1.0.  The full text of the EPL is at
  7.  * http://www.opensource.org/licenses/eclipse-1.0.php.
  8.  *
  9.  */
  10. // Module name: HwmcOnlyHeader.inc
  11. //
  12. // Header file used only in HWMC_ONLY mode
  13. //
  14.  
  15. #include "header.inc"
  16.  
  17. #if !defined(__HWMCONLYHEADER__)        // Make sure the following are only included once
  18. #define __HWMCONLYHEADER__
  19.  
  20. .reg_count_total    64
  21. .reg_count_payload  2
  22.  
  23. //
  24. //  Now, begin source code....
  25. //
  26.  
  27. .code
  28. #endif  // !defined(__HWMCONLYHEADER__)
  29.  
  30.