summaryrefslogtreecommitdiffstats
path: root/src/lib/special_wakeup.h
blob: 88b8ec05caa197968b1c8a310a6ffa3a4e891047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifndef __SPECIAL_WAKEUP_H__
#define __SPECIAL_WAKEUP_H__

// $Id: special_wakeup.h,v 1.2 2014/02/03 01:30:25 daviddu Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/special_wakeup.h,v $
//-----------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2013
// *! All Rights Reserved -- Property of IBM
// *! *** IBM Confidential ***
//-----------------------------------------------------------------------------

/// \file special_wakeup.h
/// \brief Container for special wakeup related procedures

#ifndef __ASSEMBLER__

#include <stdint.h>
#include "pgp_config.h"
#include "ssx.h"

#define SPWU_INVALID_ARGUMENT 0x00779801

extern uint32_t G_special_wakeup_count[PGP_NCORES];

int
occ_special_wakeup(int set,
                   ChipConfigCores cores,
                   int timeout_ms,
                   ChipConfigCores *o_timeouts);

#endif  /* __ASEMBLER__ */
#endif  /* __SPECIAL_WAKEUP_H__ */
OpenPOWER on IntegriCloud