1/*
2 * Copyright (c) 2013 Apple Inc.
3 * All rights reserved.
4 */
5
6#ifndef __SCNC_UTILS_COMMON_H__
7#define __SCNC_UTILS_COMMON_H__
8
9extern int setup_security_context(void);
10
11#endif /*  __SCNC_UTILS_COMMON_H__ */
12