summaryrefslogtreecommitdiff
path: root/include/case_closed_debug.h
blob: 6a8ce14ffc7c52042527805fa6a4eb8c3b1b1aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
 * 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 */