aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/slippy/variant.h
blob: f1aa6ab768fa43f0cc9cc832dddbb6bac4ea1503 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef VARIANT_H
#define VARIANT_H

#include <stdint.h>

unsigned int fill_spd_for_index(uint8_t spd[], unsigned int index);

#endif