Switchtec Userspace PROJECT_NUMBER = 4.2
|
Manufacturing-related API functions. More...
Functions | |
int | switchtec_sn_ver_get (struct switchtec_dev *dev, struct switchtec_sn_ver_info *info) |
Get serial number and security version. | |
Manufacturing-related API functions.
These are functions used during manufacturing process. These includes functions that configure device security settings and recover device from boot failures.
Some of these functions modify device One-Time-Programming (OTP) memory, so they should be used with great caution, and you should really know what you are doing when calling these functions. FAILURE TO DO SO COULD MAKE YOUR DEVICE UNBOOTABLE!!
int switchtec_sn_ver_get | ( | struct switchtec_dev * | dev, |
struct switchtec_sn_ver_info * | info | ||
) |