blob: 48b4c62f002078d6d290edd8313b7e0b4c9578bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team, 1998-2005
*
* Support for IPE
*
* ---------------------------------------------------------------------------*/
#pragma once
#include <stdio.h>
#include "Rts.h"
#include "BeginPrivate.h"
void dumpIPEToEventLog(void);
#include "EndPrivate.h"
|