aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/external/opal-prd/module.h
blob: 2771bf0e8d2c379c24155eb3a4f9cdf1b736ff8b (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
/* Copyright 2015 IBM Corp. */

#ifndef MODULES_H
#define MODULES_H

int insert_module(const char *module);

#endif /* MODULES_H */