Skip to content

Commit d624e04

Browse files
committed
cleaner
1 parent bbd85a0 commit d624e04

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

grub-core/term/arm/cros_ec.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -457,21 +457,6 @@ struct ec_response_get_comms_status {
457457
uint32_t flags; /* Mask of enum ec_comms_status */
458458
} __packed;
459459

460-
/* Fake a variety of responses, purely for testing purposes. */
461-
#define EC_CMD_TEST_PROTOCOL 0x0a
462-
463-
/* Tell the EC what to send back to us. */
464-
struct ec_params_test_protocol {
465-
uint32_t ec_result;
466-
uint32_t ret_len;
467-
uint8_t buf[32];
468-
} __packed;
469-
470-
/* Here it comes... */
471-
struct ec_response_test_protocol {
472-
uint8_t buf[32];
473-
} __packed;
474-
475460
/* Get prococol information */
476461
#define EC_CMD_GET_PROTOCOL_INFO 0x0b
477462

0 commit comments

Comments
 (0)