/* * Copyright (C) 2018 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause */ int main(void) { //TO BE DONE //This empty function is to satisfy the dependency of Makefile. //This is the entry of acrnprobe, the implementation will be filled //by following patches. return 0; }