/* Copyright 2024 The ChromiumOS Authors | |
* Use of this source code is governed by a BSD-style license that can be | |
* found in the LICENSE file. | |
*/ | |
#ifndef ECTOOL_PDC_H | |
#define ECTOOL_PDC_H | |
#include "ectool_pdc_pcap.h" | |
extern const char cmd_pdc_trace_usage[]; | |
int cmd_pdc_trace(int argc, char *argv[]); | |
#endif /* ECTOOL_PDC_H */ |