blob: 1e9084345f6501ca107fbecbbe39ab44b4a48da6 [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "processor.h"
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <zircon/processargs.h>
#include <zircon/syscalls.h>
#include <fdio/util.h>
int main(int argc, char** argv) {
// The devmgr handles will autoclose, which will signal the
// correct behavior.
return 0;
}