Skip to content

Commit

Permalink
squash devfs doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Jul 12, 2016
1 parent d906f1a commit 518d49b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sys/include/fs/devfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ extern "C" {
#endif

struct devfs;
/**
* @brief DevFS node typedef
*/
typedef struct devfs devfs_t;

/**
Expand Down Expand Up @@ -87,3 +90,5 @@ int devfs_unregister(devfs_t *node);
#endif

#endif

/** @} */

0 comments on commit 518d49b

Please sign in to comment.