blob: a4ec1ec9602a0f359b908f513c375d99c24ccc87 [file] [log] [blame]
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TLS_SETUP_H_
#define TLS_SETUP_H_
namespace playground {
void AddTlsSetupSyscall();
}
#endif