Skip to content

Commit

Permalink
Updated BE hf protocol header.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Feb 21, 2014
1 parent 1c60a6d commit 81fa250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hf_protocol_be.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright 2013 HashFast LLC
// Copyright 2013, 2014 HashFast Technologies LLC
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
Expand Down Expand Up @@ -157,7 +157,7 @@ struct hf_usb_init_header {
uint8_t operation_code;
uint8_t spare1;

uint8_t leave_powered_down:1; // Init USB only, leave device powered down
uint8_t shed_supported:1; // Host supports gwq status shed_count
uint8_t do_atspeed_core_tests:1; // Do core tests at speed, return second bitmap
uint8_t no_asic_initialization:1; // Do not perform automatic ASIC initialization
uint8_t pll_bypass:1; // Force PLL bypass, hash clock = ref clock
Expand Down Expand Up @@ -255,7 +255,7 @@ struct hf_usb_stats1 {

uint8_t max_tx_buffers; // Maximum # of send buffers ever used
uint8_t max_rx_buffers; // Maximum # of receive buffers ever used
} __attribute__((packed,aligned(4)));
} __attribute__((packed,aligned(4)));

// Information for an OP_USB_NOTICE frame
struct hf_usb_notice_data {
Expand Down

0 comments on commit 81fa250

Please sign in to comment.