LCOV - code coverage report
Current view: top level - include/linux - msdos_fs.h (source / functions) Hit Total Coverage
Test: Real Lines: 1 1 100.0 %
Date: 2020-10-17 15:46:16 Functions: 0 0 -
Legend: Neither, QEMU, Real, Both Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: GPL-2.0 */
       2                 :            : #ifndef _LINUX_MSDOS_FS_H
       3                 :            : #define _LINUX_MSDOS_FS_H
       4                 :            : 
       5                 :            : #include <uapi/linux/msdos_fs.h>
       6                 :            : 
       7                 :            : /* media of boot sector */
       8                 :            : static inline int fat_valid_media(u8 media)
       9                 :            : {
      10                 :          3 :         return 0xf8 <= media || media == 0xf0;
      11                 :            : }
      12                 :            : #endif /* !_LINUX_MSDOS_FS_H */
    

Generated by: LCOV version 1.14