blob: e6692ca833c467cd9d02877ffa15669858f12d60 [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001/*----------------------------------------------------------------------------*/
Austin Schuh1e69f942020-11-14 15:06:14 -08002/* Copyright (c) 2019-2020 FIRST. All Rights Reserved. */
Brian Silverman8fce7482020-01-05 13:18:21 -08003/* Open Source Software - may be modified and shared by FRC teams. The code */
4/* must be accompanied by the FIRST BSD license file in the root directory of */
5/* the project. */
6/*----------------------------------------------------------------------------*/
7
8#pragma once
9
10namespace hal {
11void PauseNotifiers();
12void ResumeNotifiers();
13void WakeupNotifiers();
Austin Schuh1e69f942020-11-14 15:06:14 -080014void WaitNotifiers();
15void WakeupWaitNotifiers();
Brian Silverman8fce7482020-01-05 13:18:21 -080016} // namespace hal