Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /*
  2.  * Copyright © <2010>, Intel Corporation.
  3.  *
  4.  * This program is licensed under the terms and conditions of the
  5.  * Eclipse Public License (EPL), version 1.0.  The full text of the EPL is at
  6.  * http://www.opensource.org/licenses/eclipse-1.0.php.
  7.  *
  8.  */
  9. //----- Close a Message Gateway -----
  10.  
  11. #if defined(_DEBUG)
  12.         mov             (1)             EntrySignature:b                        0x4444:w
  13. #endif
  14.  
  15. // Message descriptor
  16. // bit 31       EOD
  17. // 27:24        FFID = 0x0011 for msg gateway
  18. // 23:20        msg length = 1 MRF
  19. // 19:16        Response length = 0
  20. // 1:0          SubFuncID = 01 for CloseGateway
  21. // Message descriptor: 0 000 0011 0001 0000 + 0 0 000000000000 01 ==> 0000 0011 0001 0000 0000 0000 0000 0001
  22. send (8)        null:ud         m7        r0.0<0;1,0>:ud    MSG_GW      CGWMSGDSC
  23.