pc.hh (11244:a2af58a06c4e) pc.hh (11341:bda2c39fd9fd)
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 43 unchanged lines hidden (view full) ---

52 SouthBridge *southBridge;
53
54 public:
55 typedef PcParams Params;
56
57 /**
58 * Do platform initialization stuff
59 */
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 43 unchanged lines hidden (view full) ---

52 SouthBridge *southBridge;
53
54 public:
55 typedef PcParams Params;
56
57 /**
58 * Do platform initialization stuff
59 */
60 void init();
60 void init() override;
61
62 Pc(const Params *p);
63
64 public:
65 void postConsoleInt() override;
66 void clearConsoleInt() override;
67
68 void postPciInt(int line) override;
69 void clearPciInt(int line) override;
70};
71
72#endif // __DEV_PC_HH__
61
62 Pc(const Params *p);
63
64 public:
65 void postConsoleInt() override;
66 void clearConsoleInt() override;
67
68 void postPciInt(int line) override;
69 void clearPciInt(int line) override;
70};
71
72#endif // __DEV_PC_HH__