11 lines
222 B
C
11 lines
222 B
C
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
|
/* Copyright 2013-2015 IBM Corp. */
|
|
|
|
#ifndef __OPAL_H
|
|
#define __OPAL_H
|
|
|
|
#include <types.h>
|
|
#include <opal-api.h>
|
|
#include <opal-internal.h>
|
|
|
|
#endif /* __OPAL_H */
|