commit | 13e2dfecaa48933daa7565c1c760803abe479471 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 28 07:18:38 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 28 07:18:38 2009 +0000 |
tree | 1961ffb8c6c28c6c852fcd947d9cfe823bddd712 | |
parent | c6ce838d8f6eaa4672048ce05c6761aceda2891e [diff] [blame] |
- Cleaned up header documentation
diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h index 692b792..fc8941c 100644 --- a/include/polarssl/padlock.h +++ b/include/polarssl/padlock.h
@@ -44,6 +44,8 @@ /** * \brief PadLock detection routine * + * \param The feature to detect + * * \return 1 if CPU has support for the feature, 0 otherwise */ int padlock_supports( int feature );