summaryrefslogtreecommitdiff
path: root/board/nocturne_fp/fpsensor_detect.c
blob: 5a4b95e64cd742ce60656560f6cccd59fc4f15e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright 2020 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.
 */

#include "fpsensor_detect.h"

enum fp_transport_type get_fp_transport_type(void)
{
	return FP_TRANSPORT_TYPE_SPI;
}