master/command.h
changeset 238 b4960499098f
parent 208 b7797f8a813d
child 246 0bf7c769de06
equal deleted inserted replaced
237:7b3126cf6dab 238:b4960499098f
   113 
   113 
   114 /*****************************************************************************/
   114 /*****************************************************************************/
   115 
   115 
   116 void ec_command_init(ec_command_t *);
   116 void ec_command_init(ec_command_t *);
   117 void ec_command_clear(ec_command_t *);
   117 void ec_command_clear(ec_command_t *);
       
   118 int ec_command_prealloc(ec_command_t *, size_t);
   118 
   119 
   119 int ec_command_nprd(ec_command_t *, uint16_t, uint16_t, size_t);
   120 int ec_command_nprd(ec_command_t *, uint16_t, uint16_t, size_t);
   120 int ec_command_npwr(ec_command_t *, uint16_t, uint16_t, size_t);
   121 int ec_command_npwr(ec_command_t *, uint16_t, uint16_t, size_t);
   121 int ec_command_aprd(ec_command_t *, uint16_t, uint16_t, size_t);
   122 int ec_command_aprd(ec_command_t *, uint16_t, uint16_t, size_t);
   122 int ec_command_apwr(ec_command_t *, uint16_t, uint16_t, size_t);
   123 int ec_command_apwr(ec_command_t *, uint16_t, uint16_t, size_t);