From 59499d5420f3b26ceb7e390ea43b83503008b473 Mon Sep 17 00:00:00 2001
From: Gregory Nutt
boardctl()
is non-standard OS interface to alleviate the problem.
- It basically circumvents the normal device driver ioctl()
interlace and allows the application to perform direction IOCTL-like calls to the board-specific logic.
+ It basically circumvents the normal device driver ioctl()
interlace and allows the application to perform direct IOCTL-like calls to the board-specific logic.
It is especially useful for setting up board operational and test configurations.