osquery-1/osquery/events/freebsd/kernel_util.cpp
2015-07-30 14:36:46 -07:00

21 lines
450 B
C++

/*
* Copyright (c) 2014, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#include "osquery/events/kernel.h"
#include <osquery/config.h>
namespace osquery {
void loadKernelExtension() {
}
} // namespace osquery