OS modules: Add basic procfs support. A module registry that will eventually be used to support lsmod

This commit is contained in:
Gregory Nutt
2015-12-12 17:42:25 -06:00
parent a908a61c5a
commit 795ddd7e80
15 changed files with 910 additions and 92 deletions
-4
View File
@@ -60,10 +60,6 @@
* Public Type Definitions
****************************************************************************/
/* This enumeration identifies all of the thread attributes that can be
* accessed via the procfs file system.
*/
/* This structure describes one open "file" */
struct net_driver_s; /* Forward reference */