summaryrefslogtreecommitdiff
path: root/keypair.h
blob: f65a88c0001a390e322c41951a8012788142d349 (plain)
1
2
3
4
5
6
7
#ifndef KEYPAIR_H
#define KEYPAIR_H

extern void generate_keypair(void);
extern void verify_keypair(void);

#endif /* KEYPAIR_H */
elected='selected'>includemode:
authorAlexandre TORGUE <alexandre.torgue@st.com>2016-07-11 10:43:40 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-07-11 14:35:44 +0200
commit25af8bfa9693358b0b1e626bee8c95300451ca71 (patch)
tree0c6f2e80c1b45f84809e563463caf39afaaf021c
parent9a520fd99f2c3feb178d6d05e347beb9017dc07b (diff)
pinctrl: Add STM32F746 MCU support
This patch which adds STM32F746 pinctrl and GPIO support, relies on the generic STM32 pinctrl driver. Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat