mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-05-11 09:48:20 +02:00
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 |