summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/include/sodium/private/asm_cet.h
blob: 4428c97f326f9f6edc51d3073eef87bfa6ae1aad (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef asm_cet_H
#define asm_cet_H 1

#if HAVE_CET_H
# include <cet.h>
#endif
#ifndef _CET_ENDBR
# define _CET_ENDBR
#endif

#endif