summaryrefslogtreecommitdiffstats
path: root/pk/kernel/pk_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/kernel/pk_api.h')
-rw-r--r--pk/kernel/pk_api.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/pk/kernel/pk_api.h b/pk/kernel/pk_api.h
index b0e7419c..51440275 100644
--- a/pk/kernel/pk_api.h
+++ b/pk/kernel/pk_api.h
@@ -671,9 +671,6 @@ pk_initialize(PkAddress noncritical_stack,
PkTimebase
pk_timebase_get(void);
-void
-pk_timebase_set(PkTimebase timebase);
-
// Interrupt preemption APIs
int
@@ -930,11 +927,13 @@ pk_deque_delete(PkDeque *element)
element->next = 0;
}
-
+//Trace function prototypes
void pk_trace_tiny(uint32_t i_parm);
void pk_trace_big(uint32_t i_hash_and_count,
uint64_t i_parm1, uint64_t i_parm2);
void pk_trace_binary(uint32_t i_hash_and_size, void* bufp);
+void pk_trace_set_timebase(PkTimebase timebase);
+
/// Cast a pointer to another type, in a way that won't cause warnings
OpenPOWER on IntegriCloud