/* Copyright (c) 2014 The Regents of the University of California | |
* Kevin Klues <klueska@cs.berkeley.edu> | |
* See LICENSE for details. */ | |
#ifndef _PROFALARM_H | |
#define _PROFALARM_H | |
void enable_profalarm(int hz); | |
void disable_profalarm(); | |
#endif /* _PROFALARM_H */ | |