blob: 8bfa8bcc6cfe866f69461e207d156472dd5899e7 [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#pragma once
void pic_map(uint8_t pic1, uint8_t pic2);
void pic_disable(void);