blob: ebca79fdc033cfe3fc598eeceffebe2647ca91cb [file] [log] [blame]
/* Copyright 2014 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
* Case Closed Debug interface
*/
#ifndef __CROS_EC_CASE_CLOSED_DEBUG_H
#define __CROS_EC_CASE_CLOSED_DEBUG_H
/**
* Return non-zero if the CCD external interface is enabled.
*/
int ccd_ext_is_enabled(void);
#endif /* __CROS_EC_CASE_CLOSED_DEBUG_H */