Rev 1224 | Rev 1474 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1224 | Rev 1264 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | */ |
27 | */ |
28 | 28 | ||
29 | /** |
29 | /** |
- | 30 | * @file cmd.c |
|
- | 31 | * @brief Kernel console command wrappers. |
|
- | 32 | * |
|
30 | * This file is meant to contain all wrapper functions for |
33 | * This file is meant to contain all wrapper functions for |
31 | * all kconsole commands. The point is in separating |
34 | * all kconsole commands. The point is in separating |
32 | * kconsole specific wrappers from kconsole-unaware functions |
35 | * kconsole specific wrappers from kconsole-unaware functions |
33 | * from other subsystems. |
36 | * from other subsystems. |
34 | */ |
37 | */ |