]> Git Repo - u-boot.git/blob - include/sdp.h
x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters
[u-boot.git] / include / sdp.h
1 /*
2  * sdp.h - Serial Download Protocol
3  *
4  * Copyright (C) 2017 Toradex
5  * Author: Stefan Agner <[email protected]>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef __SDP_H_
11 #define __SDP_H_
12
13 int sdp_init(int controller_index);
14 void sdp_handle(int controller_index);
15
16 #endif /* __SDP_H_ */
This page took 0.028769 seconds and 4 git commands to generate.