ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_host_credentials_internal.h
Go to the documentation of this file.
1
9#pragma once
10
11#include <sys/stat.h>
12
13#include "ra8_attributes.h"
14
32RA8_PRIV bool priv_mdl_host_credential_stat_unchanged(const struct stat* before,
33 const struct stat* after);
bool priv_mdl_host_credential_stat_unchanged(const struct stat *before, const struct stat *after)
Compare identity, size, mode, and nanosecond mutation metadata.
Annotation-attribute framework macros for ra8-firmware.
#define RA8_PRIV
Module-private helper: shared across TUs but only inside one library.