summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/files/ndk/sys-include/proto/Picasso96API.h
blob: 42665faa7d60d9e2abd5a7206dba77bb3909f8e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef _PROTO_PICASSO96_H
#define _PROTO_PICASSO96_H

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#if !defined(CLIB_PICASSO96_PROTOS_H) && !defined(__GNUC__)
#include <clib/picasso96_protos.h>
#endif

#ifndef __NOLIBBASE__
extern struct Library *P96Base;
#endif

#ifdef __GNUC__
#include <inline/Picasso96.h>
#elif defined(__VBCC__)
#include <inline/picasso96_protos.h>
#else
#include <pragma/picasso96_lib.h>
#endif

#endif	/*  _PROTO_PICASSO96_H  */