blob: 47ef849b2004c726f7750c6bc64c880812f81873 [file]
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
///
/// \file
/// Implementation header for minor.
///
//===----------------------------------------------------------------------===//
#ifndef LLVM_LIBC_SRC_SYS_SYSMACROS_MINOR_H
#define LLVM_LIBC_SRC_SYS_SYSMACROS_MINOR_H
#include "hdr/types/dev_t.h"
#include "src/__support/macros/config.h"
namespace LIBC_NAMESPACE_DECL {
unsigned int minor(dev_t dev);
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC_SYS_SYSMACROS_MINOR_H