14 lines
203 B
C
14 lines
203 B
C
/**
|
|
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef _HSM2040_H_
|
|
#define _HSM2040_H_
|
|
|
|
#include "ccid.h"
|
|
|
|
#define USB_REQ_CCID 0xA1
|
|
|
|
#endif |