summaryrefslogtreecommitdiff
path: root/board/nocturne_fp/fpsensor_detect.c
blob: 2541aa3c68206013073d615351797c27ba19cae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright 2020 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "fpsensor_detect.h"

enum fp_transport_type get_fp_transport_type(void)
{
	return FP_TRANSPORT_TYPE_SPI;
}