cederom commented on code in PR #18607: URL: https://github.com/apache/nuttx/pull/18607#discussion_r2997993956
########## fs/vfs/fs_profile.c: ########## @@ -20,21 +20,36 @@ * ****************************************************************************/ -#ifndef __BOARDS_TRICORE_TC4DA_TRIBOARD_TC4X9_COM_INCLUDE_BOARD_H -#define __BOARDS_TRICORE_TC4DA_TRIBOARD_TC4X9_COM_INCLUDE_BOARD_H - /**************************************************************************** * Included Files ****************************************************************************/ #include <nuttx/config.h> +#include <nuttx/clock.h> +#include <nuttx/atomic.h> +#include "vfs.h" /**************************************************************************** - * Pre-processor Definitions + * Public Data ****************************************************************************/ +struct vfs_profile_s g_vfs_profile; + /**************************************************************************** - * Public Functions Definitions + * Public Functions ****************************************************************************/ -#endif /* __BOARDS_TRICORE_TC4DA_TRIBOARD_TC4X9_COM_INCLUDE_BOARD_H */ +void vfs_profile_start(FAR clock_t *start) Review Comment: @simbit18 was only joking i got it :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
