Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/include/linux/   (Linux Kernel Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 615 B image not shown  

Quelle  bcm47xx_sprom.h

  Sprache: C
 

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 */


#ifndef __BCM47XX_SPROM_H
#define __BCM47XX_SPROM_H

#include <linux/errno.h>
#include <linux/types.h>
#include <linux/vmalloc.h>

struct ssb_sprom;

#ifdef CONFIG_BCM47XX_SPROM
void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix,
   bool fallback);
int bcm47xx_sprom_register_fallbacks(void);
#else
static inline void bcm47xx_fill_sprom(struct ssb_sprom *sprom,
          const char *prefix,
          bool fallback)
{
}

static inline int bcm47xx_sprom_register_fallbacks(void)
{
 return -ENOTSUPP;
};
#endif

#endif /* __BCM47XX_SPROM_H */

Messung V0.5 in Prozent
C=94 H=94 G=93

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.