mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-22 15:38:07 +00:00
11 lines
165 B
C
11 lines
165 B
C
/*
|
|
* Copyright (c) 2020 Bitdefender
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#ifndef BDDISASM_H
|
|
#define BDDISASM_H
|
|
|
|
#include "bdx86_core.h"
|
|
|
|
#endif // BDDISASM_H
|