| /* Copyright 2015 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. | |
| */ | |
| /* NPCX-specific SHI module for Chrome EC */ | |
| #ifndef SHI_CHIP_H_ | |
| #define SHI_CHIP_H_ | |
| #ifdef CONFIG_HOSTCMD_SPS | |
| /** | |
| * Called when the NSS level changes, signalling the start of a SHI | |
| * transaction. | |
| * | |
| * @param signal GPIO signal that changed | |
| */ | |
| void shi_cs_event(enum gpio_signal signal); | |
| #endif | |
| #endif /* SHI_CHIP_H_ */ |