#include <sys/ioctl.h>
#include <sys/termios.h>
#include "dev/serial/terminal.hh"
#include <poll.h>
#include <unistd.h>
#include <cctype>
#include <cerrno>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include "base/atomicio.hh"
#include "base/logging.hh"
#include "base/output.hh"
#include "base/socket.hh"
#include "base/trace.hh"
#include "debug/Terminal.hh"
#include "debug/TerminalVerbose.hh"
#include "dev/platform.hh"
#include "dev/serial/uart.hh"
Go to the source code of this file.
|
namespace | gem5 |
| Copyright (c) 2024 Arm Limited All rights reserved.
|
|
◆ MORE_PENDING
#define MORE_PENDING (1ULL << 61) |
◆ RECEIVE_ERROR
#define RECEIVE_ERROR (3ULL << 62) |
◆ RECEIVE_NONE
#define RECEIVE_NONE (2ULL << 62) |
◆ RECEIVE_SUCCESS
#define RECEIVE_SUCCESS (0ULL << 62) |